OSDN Git Service

isolinux.cfg: change VESA mode to be 32-bit
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 2 Jun 2016 05:45:29 +0000 (13:45 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 2 Jun 2016 05:45:29 +0000 (13:45 +0800)
boot/isolinux/isolinux.cfg

index 79ec328..753b0c8 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=788 HWACCEL=0 SRC= DATA=
+       append initrd=/initrd.img CMDLINE quiet nomodeset vga=835 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 vga=835 DEBUG=2 SRC= DATA=
 
 label install
        menu label Installation - ^Install Android-x86 to harddisk