OSDN Git Service

add non-vesa mode as default item
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 10 Jul 2009 06:38:30 +0000 (14:38 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 10 Jul 2009 06:38:30 +0000 (14:38 +0800)
boot/isolinux/isolinux.cfg

index 493970c..4177a1a 100644 (file)
@@ -15,6 +15,11 @@ menu color hotkey 7 #ffffffff #ff000000
 label live
        menu label Live CD - Run Android without installation
        kernel /kernel
+       append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=eeepc
+
+label vesa
+       menu label Live CD - VESA mode
+       kernel /kernel
        append initrd=/initrd.img root=/dev/ram0 androidboot.hardware=eeepc vga=788
 
 label debug