--- cdrom.image/install.cfg 2005/07/02 06:33:16 1.1 +++ cdrom.image/install.cfg 2005/07/03 23:48:38 1.2 @@ -50,7 +50,7 @@ if [ $numhd == "0" ] ; then hds="$hds `basename $file`" fi done - + set $hds numhd=`echo $#` fi @@ -65,7 +65,7 @@ if [ $numhd -gt "0" ] ; then while [ $num -le $numhd ]; do hd=`echo $hds | cut -d' ' -f$num` echo "part raid.0_$num --size=100 --ondisk=$hd --asprimary" >> /tmp/part-include - echo "part raid.1_$num --size=1400 --grow --ondisk=$hd --asprimary" >> /tmp/part-include + echo "part raid.1_$num --size=1500 --grow --ondisk=$hd" >> /tmp/part-include md0="$md0 raid.0_$num" md1="$md1 raid.1_$num" @@ -79,10 +79,10 @@ if [ $numhd -gt "0" ] ; then else raidlevel=5 fi - - echo "raid /boot --fstype ext3 --level=RAID1 --device=md0 $md0" >> /tmp/part-include + + echo "raid /boot --fstype ext3 --level=1 --device=md0 $md0" >> /tmp/part-include echo "raid pv.1 --fstype \"physical volume (LVM)\" --level=RAID$raidlevel --device=md1 $md1" >> /tmp/part-include echo "volgroup vg_primary --pesize=32768 pv.1" >> /tmp/part-include - echo "logvol / --fstype ext3 --name=lv_root --vgname=vg_primary --size=1024 --grow" >> /tmp/part-include + echo "logvol / --fstype ext3 --name=lv_root --vgname=vg_primary --size=1200 --grow" >> /tmp/part-include echo "logvol swap --fstype swap --name=lv_swap --vgname=vg_primary --size=256 --grow --maxsize=$swapsize" >> /tmp/part-include fi