bootdisk/trunk/batch-installer/installer.conf

hawk cvs at pld-linux.org
Sun Mar 19 20:12:16 CET 2006


Author: hawk
Date: Sun Mar 19 20:12:14 2006
New Revision: 7231

Modified:
   bootdisk/trunk/batch-installer/installer.conf
Log:
- blah, empty dest_devices breaks too many things


Modified: bootdisk/trunk/batch-installer/installer.conf
==============================================================================
--- bootdisk/trunk/batch-installer/installer.conf	(original)
+++ bootdisk/trunk/batch-installer/installer.conf	Sun Mar 19 20:12:14 2006
@@ -75,13 +75,13 @@
 # to have dest_part1_device, dest_part2_device and dest_part4_device
 # set (while no dest_part3_device).
 # Numeration starts at 1.
-dest_devices=""
+dest_devices="/dev/hda"
 dest_devices_actions="make_new"
 
 #
 # partition 1
 #
-dest_part1_device=""
+dest_part1_device="/dev/hda"
 dest_part1_size="30"
 dest_part1_filesystem="ext2"
 dest_part1_format_partition="yes"
@@ -93,7 +93,7 @@
 #
 # partition 2
 #
-dest_part2_device=""
+dest_part2_device="/dev/hda"
 dest_part2_size="256"
 dest_part2_filesystem="swap"
 dest_part2_format_partition="yes"
@@ -105,7 +105,7 @@
 #
 # partition 3
 #
-dest_part3_device=""
+dest_part3_device="/dev/hda"
 dest_part3_size="100% of free"
 dest_part3_filesystem="ext2"
 dest_part3_format_partition="yes"


More information about the pld-cvs-commit mailing list