Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

bootable-newinstaller: 提交

bootable/newinstaller


Commit MetaInfo

修订版2cac131ac0fcf9593c107e9be71089a49a675319 (tree)
时间2016-09-09 18:15:16
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

isolinux.cfg: let the user choose VESA mode

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.

更改概述

差异

--- a/boot/isolinux/isolinux.cfg
+++ b/boot/isolinux/isolinux.cfg
@@ -19,12 +19,12 @@ label livem
1919 label vesa
2020 menu label Live CD - ^VESA mode
2121 kernel /kernel
22- append initrd=/initrd.img CMDLINE quiet nomodeset vga=835 SRC= DATA=
22+ append initrd=/initrd.img CMDLINE nomodeset vga=ask SRC= DATA=
2323
2424 label debug
2525 menu label Live CD - ^Debug mode
2626 kernel /kernel
27- append initrd=/initrd.img CMDLINE vga=835 DEBUG=2 SRC= DATA=
27+ append initrd=/initrd.img CMDLINE DEBUG=2 SRC= DATA=
2828
2929 label install
3030 menu label Installation - ^Install Android-x86 to harddisk
Show on old repository browser