7 lines
103 B
INI
7 lines
103 B
INI
|
set default="0"
|
||
|
set timeout="5"
|
||
|
|
||
|
menuentry "Buildroot" {
|
||
|
linux /zImage root=PARTLABEL=root rootwait
|
||
|
}
|