Author: hawk
Date: Wed Mar 22 13:27:33 2006
New Revision: 7269

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


Modified: bootdisk/trunk/batch-installer/ui/ui-main
==============================================================================
--- bootdisk/trunk/batch-installer/ui/ui-main   (original)
+++ bootdisk/trunk/batch-installer/ui/ui-main   Wed Mar 22 13:27:33 2006
@@ -76,7 +76,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
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to