RE: Problems partitioning 2 hard drives in the ks.cfg file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Looking back at your old mail, you used the format:


part /boot --size 16 --onpart hda1
part swap --size 512 --onpart hda2
part /usr --size 1000 --grow --maxsize 2000 --onpart hda5
part /usr/local --size 1000 --grow --maxsize 2000 --onpart hda6

If the partitions are pre-existing, don't put --size, --grow, or --maxsize.
Also, don't use clearpart.
You should be able to do:

part /boot --onpart hda1
part swap --onpart hda2
part /usr --onpart hda5
part /usr/local --onpart hda6
etc.

I know that several people have used the %pre section to partition their
disk before the installation starts, and then use --onpart to put the
partitions in place, so I think that the above will work.

Forrest





[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux