upstream 00f2ea2b8 as of 2018-09-02
[automated-distro-installer] / fai / config / disk_config / CENTOS
index 99bf0b58e8a1c898708f28a808325abb411d3f15..3b5ef361d06313b009f9ee50ce700c241644cf9e 100644 (file)
@@ -10,8 +10,8 @@ disk_config disk1 disklabel:msdos bootable:1 fstabkey:label
 #primary /      350      ext3  rw,noatime,errors=remount-ro createopts="-L ROOT -I 128"
 
 # use following line for CentOS 7
-primary /      4G-10G    ext4  rw,noatime,errors=remount-ro createopts="-L ROOT"
+primary /      4G-50G    ext4  rw,noatime,errors=remount-ro createopts="-L ROOT"
 
-logical swap   200-1000 swap  sw                           createopts="-L SWAP"
-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"
+logical swap   200-10 swap  sw                           createopts="-L SWAP"
+logical /tmp   100-5G   ext4  rw,noatime,nosuid,nodev      createopts="-L TMP -m 0" tuneopts="-c 0 -i 0"
+logical /home  100-     ext4  rw,noatime,nosuid,nodev      createopts="-L HOME -m 1" tuneopts="-c 0 -i 0"