Merge pull request #128 from cloudbuilders/grub1

Remove GRUB 1 config
main
Jesse Andrews 13 years ago
commit 8b42562d0e

@ -347,10 +347,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

Loading…
Cancel
Save