Browse code

Merge pull request #128 from cloudbuilders/grub1

Remove GRUB 1 config

Jesse Andrews authored on 2011/11/01 04:24:27
Showing 1 changed files
... ...
@@ -347,10 +347,6 @@ chroot $ROOTFS chown -R stack $DEST
347 347
 # GRUB 2 wants to see /dev
348 348
 mount -o bind /dev $ROOTFS/dev
349 349
 
350
-# Change boot params so that we get a console log
351
-sudo sed -e "s/quiet splash/splash console=ttyS0 console=ttyS1,19200n8/g" -i $ROOTFS/boot/grub/menu.lst
352
-sudo sed -e "s/^hiddenmenu//g" -i $ROOTFS/boot/grub/menu.lst
353
-
354 350
 # Set the hostname
355 351
 echo $GUEST_NAME > $ROOTFS/etc/hostname
356 352