OSDN Git Service

Add experimental Vulkan support
[android-x86/bootable-newinstaller.git] / boot / isolinux / isolinux.cfg
index 79ec328..258e8d5 100644 (file)
@@ -2,7 +2,7 @@ default vesamenu.c32
 timeout 600
 
 menu background android-x86.png
-menu title Android-x86 Live & Installation CD VER
+menu title OS_TITLE Live & Installation CD VER
 menu color border 0 #ffffffff #00000000
 menu color sel 7 #ffffff00 #ff000000
 menu color title 0 #ffffffff #00000000
@@ -12,21 +12,63 @@ menu color hotsel 0 #ffffff00 #ff000000
 menu color hotkey 7 #ffffff00 #00000000
 
 label livem
-       menu label Live CD - ^Run Android-x86 without installation
+       menu label Live CD - ^Run OS_TITLE without installation
        kernel /kernel
        append initrd=/initrd.img CMDLINE quiet SRC= DATA=
 
-label vesa
-       menu label Live CD - ^VESA mode
-       kernel /kernel
-       append initrd=/initrd.img CMDLINE quiet nomodeset vga=788 HWACCEL=0 SRC= DATA=
-
 label debug
        menu label Live CD - ^Debug mode
        kernel /kernel
-       append initrd=/initrd.img CMDLINE vga=788 DEBUG=2 SRC= DATA=
+       append initrd=/initrd.img CMDLINE DEBUG=2 SRC= DATA=
 
 label install
-       menu label Installation - ^Install Android-x86 to harddisk
+       menu label ^Installation - Install OS_TITLE to harddisk
        kernel /kernel
        append initrd=/initrd.img CMDLINE INSTALL=1 DEBUG=
+
+menu separator
+
+menu begin advanced
+menu label ^Advanced options...
+menu title Advanced options
+
+label vulkan
+       menu label Live CD - ^Vulkan support (experimental)
+       kernel /kernel
+       append initrd=/initrd.img CMDLINE quiet VULKAN=1 SRC= DATA=
+
+label nosetup
+       menu label Live CD - No ^Setup Wizard
+       kernel /kernel
+       append initrd=/initrd.img CMDLINE quiet SETUPWIZARD=0 SRC= DATA=
+
+label vesa
+       menu label Live CD VESA mode - ^No GPU hardware acceleration
+       kernel /kernel
+       append initrd=/initrd.img CMDLINE nomodeset vga=ask SRC= DATA=
+
+menu separator
+
+label auto_install
+       menu label Auto_^Installation - Auto Install to specified harddisk
+       kernel /kernel
+       append initrd=/initrd.img CMDLINE AUTO_INSTALL=0 DEBUG=
+
+label auto_update
+       menu label Auto_^Update - Auto update OS_TITLE
+       kernel /kernel
+       append initrd=/initrd.img CMDLINE AUTO_INSTALL=update DEBUG=
+
+menu separator
+
+label local
+       menu label Boot from ^local drive
+       localboot 0xffff
+
+menu separator
+
+label mainmenu
+       menu label ^Back...
+       menu exit
+
+menu end