From 5251e67c00fa6a60c10426cc10785fbd4ea450a0 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 4 Mar 2020 15:27:38 -0500 Subject: [PATCH] Fix mistake where someone used ext4 RHEL uses xfs by default, selecting ext4 is a peculiar thing to do. --- xCAT-server/share/xcat/install/scripts/pre.rhels8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/share/xcat/install/scripts/pre.rhels8 b/xCAT-server/share/xcat/install/scripts/pre.rhels8 index 204d73a8e..26d8f6ae4 100644 --- a/xCAT-server/share/xcat/install/scripts/pre.rhels8 +++ b/xCAT-server/share/xcat/install/scripts/pre.rhels8 @@ -248,8 +248,8 @@ then instdisk="$(cat /tmp/xcat.install_disk)" fi -BOOTFSTYPE=ext4 -FSTYPE=ext4 +BOOTFSTYPE=xfs +FSTYPE=xfs EFIFSTYPE=efi #remove any exiting "xcatvg" VG to avoid fatal error