mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 22:47:56 +00:00
bb0e4f9fb0
VBoxManage is not used and the image is created with proper permisions:0f5d0f6
image: use internal qemu-img for vmdk and vdi images drop host dependencies on qemu-utils and VirtualBox Unreachable config symbols:9e0759e
x86: merge all geode based subtargets into one No need to define those symbols since x86_64 is subtarget of x86:196fb76
x86: make x86_64 a subtarget instead of a standalone target Unreachable config symbols, so remove GRUB_ROOT:371b382
x86: remove the xen_domu subtarget Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
14 lines
253 B
INI
14 lines
253 B
INI
@SERIAL_CONFIG@
|
|
@TERMINAL_CONFIG@
|
|
|
|
set default="0"
|
|
set timeout="@TIMEOUT@"
|
|
set root='(hd0,msdos1)'
|
|
|
|
menuentry "@TITLE@" {
|
|
linux /boot/vmlinuz @CMDLINE@ noinitrd
|
|
}
|
|
menuentry "@TITLE@ (failsafe)" {
|
|
linux /boot/vmlinuz failsafe=true @CMDLINE@ noinitrd
|
|
}
|