upstream 00f2ea2b8 as of 2018-09-02
[automated-distro-installer] / fai / config / disk_config / XENIAL
1 # example of new config file for setup-storage
2 #
3 # <type> <mountpoint> <size> <fs type> <mount options> <misc options>
4
5 # this is a copy of FAIBASE, but with metadata_csum disabled.
6 # Ubuntu XENIAL does not yet suport this option
7
8 disk_config disk1 disklabel:msdos bootable:1 fstabkey:uuid
9
10 primary / 2G-50G ext4 rw,noatime,errors=remount-ro createopts="-O ^metadata_csum"
11 logical swap 200-1G swap sw
12 logical /home 100- ext4 rw,noatime,nosuid,nodev createopts="-L home -m 1 -O ^metadata_csum" tuneopts="-c 0 -i 0"