2a3ec5dc2f
It does not need the execute bits. Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
7 lines
112 B
INI
7 lines
112 B
INI
set default="0"
|
|
set timeout="5"
|
|
|
|
menuentry "Buildroot" {
|
|
linux /bzImage root=/dev/sda2 rootwait console=tty1
|
|
}
|