99bf0b58e8a1c898708f28a808325abb411d3f15
[automated-distro-installer] / fai / config / disk_config / CENTOS
1 # example of new config file for setup-storage
2 #
3 # <type> <mountpoint> <size> <fs type> <mount options> <misc options>
4
5 disk_config disk1 disklabel:msdos bootable:1 fstabkey:label
6
7 # Note that the CentOS 5 version of GRUB cannot read from ext3 filesystems with inode_size > 128
8 # CentOS 5.6 needs /boot as ext3, so we use ext3 for /
9
10 #primary / 350 ext3 rw,noatime,errors=remount-ro createopts="-L ROOT -I 128"
11
12 # use following line for CentOS 7
13 primary / 4G-10G ext4 rw,noatime,errors=remount-ro createopts="-L ROOT"
14
15 logical swap 200-1000 swap sw createopts="-L SWAP"
16 logical /tmp 100-1G ext4 rw,noatime,nosuid,nodev createopts="-L TMP -m 0" tuneopts="-c 0 -i 0"
17 logical /home 100-50% ext4 rw,noatime,nosuid,nodev createopts="-L HOME -m 1" tuneopts="-c 0 -i 0"