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:
committed by
Mark Gurevich
parent
450b67302a
commit
5251e67c00
@ -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
|
||||
|
Reference in New Issue
Block a user