2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-24 20:20:33 +00:00

Merge pull request #6959 from gurevichmark/rh8_xfs

Fix mistake where someone used ext4
This commit is contained in:
besawn
2021-04-29 17:48:02 -04:00
committed by GitHub

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