Initial commit
This commit is contained in:
10
target/linux/x86/image/grub-iso.cfg
Normal file
10
target/linux/x86/image/grub-iso.cfg
Normal file
@@ -0,0 +1,10 @@
|
||||
@SERIAL_CONFIG@
|
||||
@TERMINAL_CONFIG@
|
||||
|
||||
set default="0"
|
||||
set timeout="@TIMEOUT@"
|
||||
set root='(cd)'
|
||||
|
||||
menuentry "OpenWrt" {
|
||||
linux /boot/vmlinuz @CMDLINE@ noinitrd
|
||||
}
|
||||
Reference in New Issue
Block a user