1
0
Fork 0
fai-configspace/disk_config/LVM_LUKS_RAID

23 lines
495 B
Plaintext
Raw Permalink Normal View History

2019-11-03 15:19:39 +00:00
# example of new config file for setup-storage
#
# <type> <mountpoint> <size> <fs type> <mount options> <misc options>
disk_config sda disklabel:gpt bootable:1 fstabkey:uuid
primary - 128M - -
primary - 0- - -
disk_config sdb sameas:sda
disk_config raid
raid1 /boot/efi sda1,sdb1 vfat defaults mdcreateopts="--metadata=0.90"
raid1 - sda2,sdb2 - -
disk_config cryptsetup
luks:"fai" - /dev/md1 - - lukscreateopts="--type luks1"
disk_config lvm
vg haze md1
haze-root / 10G ext4 rw,noatime