OSDN Git Service

isolinux.cfg: let the user choose VESA mode android-x86-6.0-r1
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 9 Sep 2016 09:15:16 +0000 (17:15 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 9 Sep 2016 09:15:16 +0000 (17:15 +0800)
The user should choose 1024x768 32-bit which is the best mode
for software rendering. However, it is non-standard so we are
unable to hardcode the mode number.

boot/isolinux/isolinux.cfg

index 753b0c8..48ca8fd 100644 (file)
@@ -19,12 +19,12 @@ label livem
 label vesa
        menu label Live CD - ^VESA mode
        kernel /kernel
-       append initrd=/initrd.img CMDLINE quiet nomodeset vga=835 SRC= DATA=
+       append initrd=/initrd.img CMDLINE nomodeset vga=ask SRC= DATA=
 
 label debug
        menu label Live CD - ^Debug mode
        kernel /kernel
-       append initrd=/initrd.img CMDLINE vga=835 DEBUG=2 SRC= DATA=
+       append initrd=/initrd.img CMDLINE DEBUG=2 SRC= DATA=
 
 label install
        menu label Installation - ^Install Android-x86 to harddisk