X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fdisk_config%2FCENTOS;fp=fai%2Fconfig%2Fdisk_config%2FCENTOS;h=99bf0b58e8a1c898708f28a808325abb411d3f15;hb=a6f3eaed0a1eebb5c58853fb9faa8bfbec404de3;hp=0000000000000000000000000000000000000000;hpb=5ba4947c2a95c36034491b616d33efe3da1c1743;p=automated-distro-installer diff --git a/fai/config/disk_config/CENTOS b/fai/config/disk_config/CENTOS new file mode 100644 index 0000000..99bf0b5 --- /dev/null +++ b/fai/config/disk_config/CENTOS @@ -0,0 +1,17 @@ +# example of new config file for setup-storage +# +# + +disk_config disk1 disklabel:msdos bootable:1 fstabkey:label + +# Note that the CentOS 5 version of GRUB cannot read from ext3 filesystems with inode_size > 128 +# CentOS 5.6 needs /boot as ext3, so we use ext3 for / + +#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" + +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"