2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 04:10:46 +00:00

Fix mistake where someone used ext4

RHEL uses xfs by default, selecting ext4 is a peculiar thing
to do.
This commit is contained in:
Jarrod Johnson
2020-03-04 15:27:38 -05:00
committed by Mark Gurevich
parent 450b67302a
commit 5251e67c00

View File

@ -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