bootdisk/trunk/batch-installer/ui/ui-main

hawk cvs at pld-linux.org
Wed Mar 22 13:27:38 CET 2006


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


More information about the pld-cvs-commit mailing list