9 lines
183 B
INI
9 lines
183 B
INI
set default=0
|
|
set timeout=0 # 5
|
|
set timeout_style=hidden
|
|
|
|
menuentry "MyLinux" {
|
|
set root=(hd0,msdos1)
|
|
linux /boot/bzImage root=/dev/sda1 rw init=/init console=ttyS0 # quiet
|
|
}
|