From da94cbb1cb7eb6c096d115a3cf4895712e9885a0 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 5 Feb 2010 13:31:39 -0500 Subject: 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. --- scripts/mk-images | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit