kickstart syntax for disk layout : 2 nvmedisks as raid0 + uefi + root + home

Posted on

Hello all
I'm looking for the correct disk layout syntaxt for a kickstart -file.
there are 2 nvmedisks. They shall be configured as raid0 !

Partitions needed:

/boot/efi uefi boot partition
/boot
/
swap
/home

all ( except uefi boot) on raid0

#

kickstart should create this layout

df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/md126 262138816 5394532 256744284 3% /
devtmpfs 396022136 0 396022136 0% /dev
tmpfs 396038640 0 396038640 0% /dev/shm
tmpfs 396038640 19980 396018660 1% /run
tmpfs 396038640 0 396038640 0% /sys/fs/cgroup
/dev/nvme0n1p2 4184064 162368 4021696 4% /boot
/dev/nvme0n1p1 204580 9960 194620 5% /boot/efi
/dev/md125 1048047616 33840 1048013776 1% /home

Thanks a lot
Best regards
Markus

Responses