OSDN Git Service

Add experimental Vulkan support
[android-x86/bootable-newinstaller.git] / boot / isolinux / isolinux.cfg
index 4177a1a..258e8d5 100644 (file)
@@ -1,33 +1,74 @@
 default vesamenu.c32
-#prompt 1
 timeout 600
 
-menu background splash.png
-menu title Android Live & Installation CD
+menu background android-x86.png
+menu title OS_TITLE Live & Installation CD VER
 menu color border 0 #ffffffff #00000000
-menu color sel 7 #ffffffff #ff000000
+menu color sel 7 #ffffff00 #ff000000
 menu color title 0 #ffffffff #00000000
 menu color tabmsg 0 #ffffffff #00000000
 menu color unsel 0 #ffffffff #00000000
-menu color hotsel 0 #ff000000 #ffffffff
-menu color hotkey 7 #ffffffff #ff000000
+menu color hotsel 0 #ffffff00 #ff000000
+menu color hotkey 7 #ffffff00 #00000000
 
-label live
-       menu label Live CD - Run Android without installation
+label livem
+       menu label Live CD - ^Run OS_TITLE without installation
        kernel /kernel
-       append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=eeepc
+       append initrd=/initrd.img CMDLINE quiet SRC= DATA=
+
+label debug
+       menu label Live CD - ^Debug mode
+       kernel /kernel
+       append initrd=/initrd.img CMDLINE DEBUG=2 SRC= DATA=
+
+label install
+       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
+       menu label Live CD VESA mode - ^No GPU hardware acceleration
        kernel /kernel
-       append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=eeepc vga=788
+       append initrd=/initrd.img CMDLINE nomodeset vga=ask SRC= DATA=
 
-label debug
-       menu label Live CD - Debug mode
+menu separator
+
+label auto_install
+       menu label Auto_^Installation - Auto Install to specified harddisk
        kernel /kernel
-       append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=eeepc vga=788 DEBUG=1
+       append initrd=/initrd.img CMDLINE AUTO_INSTALL=0 DEBUG=
 
-label install
-       menu label Installation - Install Android to harddisk
+label auto_update
+       menu label Auto_^Update - Auto update OS_TITLE
        kernel /kernel
-       append initrd=/initrd.img root=/dev/ram0 console=ttyS1,115200n8 console=tty0 androidboot.hardware=eeepc vga=788 INSTALL=1
+       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