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 files changed, 2 insertions(+), 0 deletions(-) diff --git a/scripts/mk-images b/scripts/mk-images index 5e11723..bb6419f 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -911,6 +911,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 -- 1.6.5.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list