[CentOS] has anyone a working example for a ks.cfg with two disks?

Ralf Prengel ralf.prengel at rprengel.de
Tue Jan 8 07:16:20 UTC 2019


Hallo,

this version is working here now.

Ralf

bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda
# Partition clearing information
clearpart --all --initlabel --drives=sda,sdb
# Disk partitioning information
part / --fstype="ext4" --ondisk=sda --grow --size=1
part swap --fstype="swap" --ondisk=sda --size=8192
part /mnt/platte02 --fstype="ext4" --ondisk=sdb --size=1 --grow





More information about the CentOS mailing list