From 7eb0589eefe9c8b4ff42f73c5f42085ac4ec5412 Mon Sep 17 00:00:00 2001 From: superconvert <48017165+superconvert@users.noreply.github.com> Date: Wed, 27 Jul 2022 09:08:07 +0800 Subject: [PATCH] Update 02_build_img.sh --- 02_build_img.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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