summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2010-02-05 13:31:39 -0500
committerPeter Jones <pjones@redhat.com>2010-02-26 11:25:01 -0500
commitda94cbb1cb7eb6c096d115a3cf4895712e9885a0 (patch)
tree34d4a54716731ccfb0a81a9a0bcaa889bcc6eebb
parentcf01f4fb37fa0d7a99a0667436dd9f67bd90ee8f (diff)
downloadanaconda-da94cbb1cb7eb6c096d115a3cf4895712e9885a0.tar.gz
anaconda-da94cbb1cb7eb6c096d115a3cf4895712e9885a0.tar.xz
anaconda-da94cbb1cb7eb6c096d115a3cf4895712e9885a0.zip
Add python-devel's gdbinit, which provides useful debugging macros.
This has to go in initrd.img instead of install.img because it needs to be in $HOME, which is the root directory.
-rwxr-xr-xscripts/mk-images2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index aab276b4e..3147cfedf 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -901,6 +901,8 @@ udevadm info --export-db | less
tail -f /tmp/storage.log
EOF
+ cp /usr/share/doc/python-devel-*/gdbinit $MBD_DIR/.gdbinit
+
rm -f $MBD_FSIMAGE
(cd $MBD_DIR; find . |cpio --quiet -c -o) |gzip -9 > $MBD_FSIMAGE