# Desktop with customizations to for systemtap tutorial # Maintained by the Fedora Desktop SIG: # http://fedoraproject.org/wiki/SIGs/Desktop # mailto:desktop@lists.fedoraproject.org #repo --name=rawhide-debuginfo --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-debug-&arch=$basearch repo --name=fedora-debuginfo --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-$releasever&arch=$basearch repo --name=updates-debuginfo --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f$releasever&arch=$basearch #repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-debug-f$releasever&arch=$basearch %include fedora-livecd-desktop.ks part / --size 8192 --fstype ext4 %packages # Material added for SystemTap tutorial kernel-devel kernel-debuginfo systemtap* -systemtap-debuginfo %end %post # FIXME want to do this here, but livecd-creator cannot find usermod # add fedora user to SystemTap groups usermod -a -G stapusr,stapdev liveuser %end