OSDN Git Service

Add experimental Vulkan support
[android-x86/bootable-newinstaller.git] / boot / isolinux / isolinux.cfg
index 5ebea7c..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,7 +12,7 @@ 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=
 
@@ -22,7 +22,7 @@ label debug
        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=
 
@@ -32,20 +32,30 @@ 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
+       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 Audo_^Installation - Auto Install to specified harddisk
+       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 Audo_^Update - Auto update Android-x86
+       menu label Auto_^Update - Auto update OS_TITLE
        kernel /kernel
        append initrd=/initrd.img CMDLINE AUTO_INSTALL=update DEBUG=