I have 4 partitions in my %pre section.
Each one I have --asprimary however kickstart is making a sda5 partition
instead of sda4.
is there a reason why ?
Something like this:
echo "bootloader --location=mbr --driveorder=$HD1SHORT " >
/tmp/partition-information
echo "clearpart --all --initlabel
" >> /tmp/partition-information
echo "part /boot/efi --ondisk=$HD1SHORT --fstype efi --size=1000
--asprimary " >>
/tmp/partition-information
echo "part / --ondisk=$HD1SHORT --fstype ext4 --size=$ROOTSIZE
--asprimary " >>
/tmp/partition-information
echo "part swap --ondisk=$HD1SHORT --size=$SWAPSIZE
--asprimary $SWAPGROW " >>
/tmp/partition-information
if [ "$HOMEGROW" = "--grow" ]
then
echo "part /home --ondisk=$HD1SHORT --fstype ext4 --size=1
--asprimary $HOMEGROW " >> /tmp/partition-information
fi
I expected partions /sda1 to /sda4 no sda1-sda3 and then sda5. Anything I
can do ?
Thanks
Jerry
--
Ubuntu-devel-discuss mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss