# 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 --baseurl=http://download.fedoraproject.org/pub/fedora/linux/development/rawhide/$basearch/debug/ #repo --name=updates-testing-debuginfo --baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/testing/$releasever/$basearch/debug/ repo --name=updates-debuginfo --baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/debug/ repo --name=fedora-debuginfo --baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/ %include fedora-live-workstation.ks part / --size 12288 --fstype ext4 %packages # Material added for SystemTap kernel-devel kernel-debuginfo systemtap* -systemtap-debuginfo # other performance tools perf oprofile net-tools nicstat sysstat blktrace valgrind valgrind-devel glibc-utils gprof2dot trace-cmd pcp* -pcp*debuginfo dyninst dyninst-devel byteman ltrace iotop # performance tools that are in EPEL for RHEL atop htop sysstat dstat nethogs # performance tools that are in Fedora but not RHEL eclipse # other tools that people might find useful emacs %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