bug fix
[automated-distro-installer] / fai / config / disk_config / FAIBASE
index c6d2d3ea71d3dd74e1e37d35f4c7dec823d93879..bbcffe39fe7914f1480f80a5bf94938ff8cc3acd 100644 (file)
@@ -2,9 +2,11 @@
 #
 # <type> <mountpoint> <size>   <fs type> <mount options> <misc options>
 
+# you may want to add "-O ^metadata_csum_seed" to createopts if the target
+# system is older than bullseye. See #866603, #1031415, #1031416 for more info.
+
 disk_config disk1 disklabel:msdos bootable:1 fstabkey:uuid
 
-primary /      2G-15G   ext4  rw,noatime,errors=remount-ro
-logical swap   200-1G   swap  sw
-logical /tmp   100-1G   ext4  rw,noatime,nosuid,nodev createopts="-L tmp -m 0" tuneopts="-c 0 -i 0"
-logical /home  100-50%  ext4  rw,noatime,nosuid,nodev createopts="-L home -m 1" tuneopts="-c 0 -i 0"
+primary /      2G-50G   ext4  rw,noatime,errors=remount-ro
+logical swap   200-10G  swap  sw
+logical /home  100-     ext4  rw,noatime,nosuid,nodev createopts="-L home -m 1" tuneopts="-c 0 -i 0"