Update 02_build_img.sh

This commit is contained in:
superconvert 2022-07-27 09:08:07 +08:00 committed by GitHub
parent 1f7afb86d7
commit 7eb0589eef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ cat - > ${diskfs}/boot/grub/grub.cfg << EOF
set timeout=6
menuentry "smart-os" {
root=(hd0,msdos1)
linux /boot/bzImage console=tty1
linux /boot/bzImage console=tty0 console=ttyS0
initrd /boot/initrd
}
EOF