diff --git a/02_build_img.sh b/02_build_img.sh index d701a70..cf21fe4 100644 --- a/02_build_img.sh +++ b/02_build_img.sh @@ -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