bootdisk/trunk/batch-installer: installer.conf ui/ui-functions

hawk cvs at pld-linux.org
Tue Mar 14 23:04:13 CET 2006


Author: hawk
Date: Tue Mar 14 23:03:53 2006
New Revision: 7161

Modified:
   bootdisk/trunk/batch-installer/installer.conf
   bootdisk/trunk/batch-installer/ui/ui-functions
Log:
- small cleanup


Modified: bootdisk/trunk/batch-installer/installer.conf
==============================================================================
--- bootdisk/trunk/batch-installer/installer.conf	(original)
+++ bootdisk/trunk/batch-installer/installer.conf	Tue Mar 14 23:03:53 2006
@@ -58,7 +58,6 @@
 
 # dest_devices: space delimited list of target devices 
 #   (like '/dev/hda /dev/sdb')
-# dest_types: space delimited list of destination device types
 # dest_devices_actions: space delimited list, one of items below per device:
 #  - make_new
 #  - use_existing
@@ -77,7 +76,6 @@
 # set (while no dest_part3_device).
 # Numeration starts at 1.
 dest_devices="/dev/hda"
-dest_types="ide"
 dest_devices_actions="make_new"
 
 #

Modified: bootdisk/trunk/batch-installer/ui/ui-functions
==============================================================================
--- bootdisk/trunk/batch-installer/ui/ui-functions	(original)
+++ bootdisk/trunk/batch-installer/ui/ui-functions	Tue Mar 14 23:03:53 2006
@@ -187,7 +187,6 @@
 
 # dest_devices: space delimited list of target devices 
 #   (like '/dev/hda /dev/sdb')
-# dest_devices_types: space delimited list of destination devices types
 # dest_devices_actions: space delimited list, one of items below per device:
 #  - make_new
 #  - use_existing


More information about the pld-cvs-commit mailing list