mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
8ead5a735d
This reverts commit a822283c7e
.
Signed-off-by: John Crispin <john@phrozen.org>
17 lines
323 B
INI
17 lines
323 B
INI
@SERIAL_CONFIG@
|
|
@TERMINAL_CONFIG@
|
|
|
|
set default="0"
|
|
set timeout="@TIMEOUT@"
|
|
set root='(@ROOT@)'
|
|
|
|
menuentry "@TITLE@" {
|
|
linux /boot/vmlinuz @CMDLINE@ noinitrd
|
|
if [ -s /boot/intel-ucode.img ]; then
|
|
initrd /boot/intel-ucode.img
|
|
fi
|
|
}
|
|
menuentry "@TITLE@ (failsafe)" {
|
|
linux /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd
|
|
}
|