From 4e20969e36125b9b0ea5c6e143c3475a04148f3f Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Mon, 31 Oct 2011 14:18:31 -0500 Subject: [PATCH] Remove GRUB 1 config --- tools/build_libvirt.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/build_libvirt.sh b/tools/build_libvirt.sh index b9cd4c3..26437e0 100755 --- a/tools/build_libvirt.sh +++ b/tools/build_libvirt.sh @@ -353,10 +353,6 @@ chroot $ROOTFS chown -R stack $DEST # GRUB 2 wants to see /dev mount -o bind /dev $ROOTFS/dev -# Change boot params so that we get a console log -sudo sed -e "s/quiet splash/splash console=ttyS0 console=ttyS1,19200n8/g" -i $ROOTFS/boot/grub/menu.lst -sudo sed -e "s/^hiddenmenu//g" -i $ROOTFS/boot/grub/menu.lst - # Set the hostname echo $GUEST_NAME > $ROOTFS/etc/hostname