OSDN Git Service

Add boot menu entires
authorMasaki Muranaka <monaka@monami-ya.jp>
Wed, 10 Jul 2013 02:02:11 +0000 (10:02 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 10 Jul 2013 02:02:11 +0000 (10:02 +0800)
They will help us to avoid blank screen issue.

Signed-off-by: Masaki Muranaka <monaka@monami-ya.jp>
install/scripts/1-install

index 2321739..98bfa32 100644 (file)
@@ -98,6 +98,8 @@ create_menulst()
 
        create_entry "Android-x86 $VER" quiet $cmdline
        create_entry "Android-x86 $VER (Debug mode)" $cmdline DEBUG=2
+       create_entry "Android-x86 $VER (Debug nomodeset)" nomodeset $cmdline DEBUG=2
+       create_entry "Android-x86 $VER (Debug video=LVDS-1:d)" video=LVDS-1:d $cmdline DEBUG=2
 }
 
 create_winitem()