bootdisk/trunk/batch-installer/installer.conf

hawk cvs at pld-linux.org
Wed Mar 15 11:06:16 CET 2006


Author: hawk
Date: Wed Mar 15 11:06:12 2006
New Revision: 7164

Modified:
   bootdisk/trunk/batch-installer/installer.conf
Log:
- empty source and destination devices by default
- default /boot size increased to 30 MBs
- root partition on ext2 by default


Modified: bootdisk/trunk/batch-installer/installer.conf
==============================================================================
--- bootdisk/trunk/batch-installer/installer.conf	(original)
+++ bootdisk/trunk/batch-installer/installer.conf	Wed Mar 15 11:06:12 2006
@@ -21,7 +21,7 @@
 # source_additional: space separated, additional sources for package 
 #   installation. You need to specify http://, ftp:// or file://.
 source="cdrom"
-source_device="auto"
+source_device=""
 source_filesystem="iso9660"
 source_dir="/"
 source_additional=""
@@ -75,14 +75,14 @@
 # to have dest_part1_device, dest_part2_device and dest_part4_device
 # set (while no dest_part3_device).
 # Numeration starts at 1.
-dest_devices="/dev/hda"
+dest_devices=""
 dest_devices_actions="make_new"
 
 #
 # partition 1
 #
-dest_part1_device="/dev/hda"
-dest_part1_size="20"
+dest_part1_device=""
+dest_part1_size="30"
 dest_part1_filesystem="ext2"
 dest_part1_format_partition="yes"
 dest_part1_mnt_point="/boot"
@@ -93,7 +93,7 @@
 #
 # partition 2
 #
-dest_part2_device="/dev/hda"
+dest_part2_device=""
 dest_part2_size="256"
 dest_part2_filesystem="swap"
 dest_part2_format_partition="yes"
@@ -105,9 +105,9 @@
 #
 # partition 3
 #
-dest_part3_device="/dev/hda"
+dest_part3_device=""
 dest_part3_size="100% of free"
-dest_part3_filesystem="xfs"
+dest_part3_filesystem="ext2"
 dest_part3_format_partition="yes"
 dest_part3_mnt_point="/"
 dest_part3_options="defaults"


More information about the pld-cvs-commit mailing list