static usb ethnet addresses
[automated-distro-installer] / fai / config / disk_config / FAIBASE_EFI
1 # example of new config file for setup-storage
2 #
3 # p=<partlabel> <mountpoint> <size> <fs type> <mount options> <misc options>
4
5 # you may want to add "-O ^metadata_csum_seed" to createopts if the target
6 # system is older than bullseye. See #866603, #1031415, #1031416 for more info.
7
8 disk_config disk1 disklabel:gpt bootable:1 fstabkey:uuid
9
10 p=efi /boot/efi 512M vfat rw
11 p=root / 2G-50G ext4 rw,noatime,errors=remount-ro
12 p= swap 200-10G swap sw
13 p=home /home 100- ext4 rw,noatime,nosuid,nodev createopts="-L home -m 1" tuneopts="-c 0 -i 0"