mirror of
https://github.com/superconvert/smart-os.git
synced 2024-11-26 12:07:06 +08:00
Update 02_build_img.sh
This commit is contained in:
parent
1f7afb86d7
commit
7eb0589eef
@ -193,7 +193,7 @@ cat - > ${diskfs}/boot/grub/grub.cfg << EOF
|
|||||||
set timeout=6
|
set timeout=6
|
||||||
menuentry "smart-os" {
|
menuentry "smart-os" {
|
||||||
root=(hd0,msdos1)
|
root=(hd0,msdos1)
|
||||||
linux /boot/bzImage console=tty1
|
linux /boot/bzImage console=tty0 console=ttyS0
|
||||||
initrd /boot/initrd
|
initrd /boot/initrd
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user