OSDN Git Service

update messages
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 20 Nov 2009 07:19:19 +0000 (15:19 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 20 Nov 2009 07:19:19 +0000 (15:19 +0800)
boot/isolinux/isolinux.cfg
initrd/init
usb/menu.lst

index 052a61b..0fac2ce 100644 (file)
@@ -2,7 +2,7 @@ default vesamenu.c32
 timeout 600
 
 menu background android-x86.png
-menu title Android Live & Installation CD VER
+menu title Android-x86 Live & Installation CD VER
 menu color border 0 #ffffffff #00000000
 menu color sel 7 #ffffff00 #ff000000
 menu color title 0 #ffffffff #00000000
@@ -12,7 +12,7 @@ menu color hotsel 0 #ffffff00 #ff000000
 menu color hotkey 7 #ffffff00 #00000000
 
 label live
-       menu label Live CD - ^Run Android without installation
+       menu label Live CD - ^Run Android-x86 without installation
        kernel /kernel
        append initrd=/initrd.img CMDLINE quiet SRC= DATA= SDCARD=
 
@@ -27,6 +27,6 @@ label debug
        append initrd=/initrd.img CMDLINE vga=788 DEBUG=1 SRC= DATA= SDCARD=
 
 label install
-       menu label Installation - ^Install Android to harddisk
+       menu label Installation - ^Install Android-x86 to harddisk
        kernel /kernel
        append initrd=/initrd.img CMDLINE INSTALL=1 DEBUG=
index bb69f43..4a84af8 100755 (executable)
@@ -38,7 +38,7 @@ else
        echo 0 0 0 0 > /proc/sys/kernel/printk
 fi
 
-echo -n Detecting Android...
+echo -n Detecting Android-x86...
 
 while [ 1 ]; do
        mdev -s
index e8e50d9..54f15b7 100644 (file)
@@ -3,7 +3,7 @@ timeout=6
 root (hd0,0)
 splashimage=/android-x86.xpm.gz
 
-title Live USB - Run Android without Installation
+title Live USB - Run Android-x86 without Installation
        kernel /android-system/kernel CMDLINE quiet SRC=/android-system
        initrd /android-system/initrd.img
 
@@ -15,6 +15,6 @@ title Live USB - Debug Mode
        kernel /android-system/kernel CMDLINE vga=788 SRC=/android-system DEBUG=1
        initrd /android-system/initrd.img
 
-title Installation - Install Android VER to harddisk
+title Installation - Install Android-x86 VER to harddisk
        kernel /android-system/kernel CMDLINE SRC=/android-system INSTALL=1 DEBUG=
        initrd /android-system/initrd.img