mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-24 13:21:12 +00:00
Port daa6c91991
This commit is contained in:
@@ -224,6 +224,12 @@ fi
|
||||
BOOTFSTYPE=ext4
|
||||
FSTYPE=ext4
|
||||
EFIFSTYPE=efi
|
||||
|
||||
#remove any exiting "xcatvg" VG to avoid fatal error
|
||||
vgs > /tmp/vgs 2>&1
|
||||
vgchange -a n xcatvg
|
||||
vgremove -f xcatvg
|
||||
|
||||
msgutil_r "$MASTER_IP" "info" "Found $instdisk, generate partition file..." "/var/log/xcat/xcat.log" "$log_label"
|
||||
echo "ignoredisk --only-use=$instdisk" >>/tmp/partitionfile
|
||||
case "$(uname -m)" in
|
||||
|
Reference in New Issue
Block a user