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

hawk cvs at pld-linux.org
Tue Dec 6 12:42:40 CET 2005


Author: hawk
Date: Tue Dec  6 12:42:34 2005
New Revision: 6599

Modified:
   bootdisk/trunk/batch-installer/ui/ui-wizard
Log:
- cosmetics


Modified: bootdisk/trunk/batch-installer/ui/ui-wizard
==============================================================================
--- bootdisk/trunk/batch-installer/ui/ui-wizard	(original)
+++ bootdisk/trunk/batch-installer/ui/ui-wizard	Tue Dec  6 12:42:34 2005
@@ -132,14 +132,14 @@
 autoscsimods=`detect-pci-devices scsi -i | sort -u`
 for entry in $autoscsimods; do
   module=`echo $entry | awk -F "|" '{print $1}'`
-  name=`echo $entry | awk -F "|" '{printf "%.68s",$2}'`
+  name=`echo $entry | awk -F "|" '{printf "%.66s",$2}'`
   echo "<item id=$module checked=0>$name"
 done
 
 autoidemods=`detect-pci-devices ide -i | sort -u`
 for entry in $autoidemods; do
   module=`echo $entry | awk -F "|" '{print $1}'`
-  name=`echo $entry | awk -F "|" '{printf "%.68s",$2}'`
+  name=`echo $entry | awk -F "|" '{printf "%.66s",$2}'`
   echo "<item id=$module checked=0>$name"
 done
 



More information about the pld-cvs-commit mailing list