| ... | ... |
@@ -353,10 +353,6 @@ chroot $ROOTFS chown -R stack $DEST |
| 353 | 353 |
# GRUB 2 wants to see /dev |
| 354 | 354 |
mount -o bind /dev $ROOTFS/dev |
| 355 | 355 |
|
| 356 |
-# Change boot params so that we get a console log |
|
| 357 |
-sudo sed -e "s/quiet splash/splash console=ttyS0 console=ttyS1,19200n8/g" -i $ROOTFS/boot/grub/menu.lst |
|
| 358 |
-sudo sed -e "s/^hiddenmenu//g" -i $ROOTFS/boot/grub/menu.lst |
|
| 359 |
- |
|
| 360 | 356 |
# Set the hostname |
| 361 | 357 |
echo $GUEST_NAME > $ROOTFS/etc/hostname |
| 362 | 358 |
|