Remove GRUB 1 config
This commit is contained in:
parent
16341967b1
commit
4e20969e36
1 changed files with 0 additions and 4 deletions
|
@ -353,10 +353,6 @@ chroot $ROOTFS chown -R stack $DEST
|
||||||
# GRUB 2 wants to see /dev
|
# GRUB 2 wants to see /dev
|
||||||
mount -o bind /dev $ROOTFS/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
|
# Set the hostname
|
||||||
echo $GUEST_NAME > $ROOTFS/etc/hostname
|
echo $GUEST_NAME > $ROOTFS/etc/hostname
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue