From 95802e2747e70e392abe0e59710b353594ef9248 Mon Sep 17 00:00:00 2001 From: Chih-Wei Huang Date: Fri, 20 Nov 2009 15:19:19 +0800 Subject: [PATCH] update messages --- boot/isolinux/isolinux.cfg | 6 +++--- initrd/init | 2 +- usb/menu.lst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/boot/isolinux/isolinux.cfg b/boot/isolinux/isolinux.cfg index 052a61b..0fac2ce 100644 --- a/boot/isolinux/isolinux.cfg +++ b/boot/isolinux/isolinux.cfg @@ -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= diff --git a/initrd/init b/initrd/init index 91be846..095312a 100755 --- a/initrd/init +++ b/initrd/init @@ -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 diff --git a/usb/menu.lst b/usb/menu.lst index e8e50d9..54f15b7 100644 --- a/usb/menu.lst +++ b/usb/menu.lst @@ -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 -- 2.11.0