FAI wish list, interactive partitioning option
Thomas Lange
lange at informatik.Uni-Koeln.DE
Thu May 15 11:51:56 CEST 2003
>>>>> On Wed, 14 May 2003 14:57:29 -0700, "Bruce Edge" <bedge at troikanetworks.com> said:
> Seems like you never run out of machines with different hard
> disk configurations. These all require new entries in
Really? Using variable sizes for the partitions I manage to use as few
disk configurations as possible. Try to keep all machines unique. This
saves a lot of work. If you really like to call an interactive
partitioning tool, use a hook for that.
I think this should work (maybe you want to use parted instead of cfdisk):
hooks/partition.DEFAULT:
cfdisk 1>/dev/console
< here comes the shell code that creates the file systems>
< here comes the shell code that creates the fstab file>
skiptask partition
--
regards Thomas
More information about the linux-fai
mailing list