bootdisk/trunk/batch-installer/ui/ui-wizard

hawk cvs at pld-linux.org
Wed Mar 22 13:28:24 CET 2006


Author: hawk
Date: Wed Mar 22 13:28:20 2006
New Revision: 7270

Modified:
   bootdisk/trunk/batch-installer/ui/ui-wizard
Log:
- oops! show all source type for bootdisk_iso
- cosmetics


Modified: bootdisk/trunk/batch-installer/ui/ui-wizard
==============================================================================
--- bootdisk/trunk/batch-installer/ui/ui-wizard	(original)
+++ bootdisk/trunk/batch-installer/ui/ui-wizard	Wed Mar 22 13:28:20 2006
@@ -212,7 +212,8 @@
   if test -f /etc/bootdisk_cd || test -f /etc/bootdisk_iso; then
     echo "<item id=cdrom>_cdrom: $(nls "CD-ROM device")"
     echo "<item id=disk>_disk: $(nls "Hard disk partition")"
-  elif test -f /etc/bootdisk_net || test -f /etc/bootdisk_pcmcia || test -f /etc/bootdisk_iso; then
+  fi
+  if test -f /etc/bootdisk_net || test -f /etc/bootdisk_pcmcia || test -f /etc/bootdisk_iso; then
     echo "<item id=net>_net: $(nls "network server (ftp, http)")"
     echo "<item id=nfs>_nfs: $(nls "NFS server")"
   fi
@@ -220,12 +221,11 @@
 </menu>
 <br>
 $(nls "Please select device you are going to install from, then press <br>Enter or Next >>.")
-<br><br>
 $(
   if test -f /etc/bootdisk_cd ; then
-    echo $(nls "For network based installation, please use bootdisk_net.img<br>or boot your computer from installation CD. If you have PCMCIA<br>network card, please use bootdisk_pcmcia.img.")
+    echo $(nls "<br><br>For network based installation, please use bootdisk_net.img<br>or boot your computer from installation CD. If you have PCMCIA<br>network card, please use bootdisk_pcmcia.img.")
   elif test -f /etc/bootdisk_net || test -f /etc/bootdisk_pcmcia ; then
-    echo $(nls "For CD or disk based installation, please use bootdisk_cd.img<br>or boot your computer from installation CD.")
+    echo $(nls "<br><br>For CD or disk based installation, please use bootdisk_cd.img<br>or boot your computer from installation CD.")
   fi
 )
 EOF


More information about the pld-cvs-commit mailing list