fai-config/disk_config/FAIBASE_EFI

11 lines
409 B
Plaintext

# example of new config file for setup-storage
#
# p=<partlabel> <mountpoint> <size> <fs type> <mount options> <misc options>
disk_config disk1 disklabel:gpt bootable:1 fstabkey:uuid
p=efi /boot/efi 512M vfat rw
p=root / 2G-50G ext4 rw,noatime,errors=remount-ro
p= swap 200-10G swap sw
p=home /home 100- ext4 rw,noatime,nosuid,nodev createopts="-L home -m 1" tuneopts="-c 0 -i 0"