Merge branch 'upstream'
[automated-distro-installer] / fai / config / disk_config / ROCKY
diff --git a/fai/config/disk_config/ROCKY b/fai/config/disk_config/ROCKY
new file mode 100644 (file)
index 0000000..7b03a39
--- /dev/null
@@ -0,0 +1,13 @@
+# example of new config file for setup-storage
+#
+# <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:label
+
+primary /      4G-50G    ext4  rw,noatime,errors=remount-ro createopts="-L ROOT"
+
+logical swap   200-10G  swap  sw                           createopts="-L SWAP"
+logical /home  100-     ext4  rw,noatime,nosuid,nodev      createopts="-L HOME -m 1" tuneopts="-c 0 -i 0"