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