| ... | ... |
@@ -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 |
|