Default filesystem type to XFS for RHEL 7.

This commit is contained in:
James Slagle 2014-12-10 12:03:37 -05:00
parent 314ee2ecdf
commit 764ee36edf
1 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,10 @@ network-gateway \
export RHOS=${RHOS:-"0"}
export RHOS_RELEASE=${RHOS_RELEASE:-"0"}
if [[ "rhel7 centos7" =~ "$NODE_DIST" ]]; then
# Default filesystem type is XFS for RHEL 7
export FS_TYPE=${FS_TYPE:-xfs}
if [ "$RHOS" = "0" ]; then
export DIB_COMMON_ELEMENTS="$DIB_COMMON_ELEMENTS epel rdo-juno rdo-release"
elif [ ! "$RHOS_RELEASE" = "0" ]; then