mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-07 21:35:34 +00:00
Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/pre.rh.rhels7
This commit is contained in:
@ -177,9 +177,9 @@ fi
|
||||
|
||||
echo "ignoredisk --only-use=$instdisk" >> /tmp/partitionfile
|
||||
if [ `uname -m` = "ppc64" -o `uname -m` = "ppc64le" ]; then
|
||||
echo 'part None --fstype "PPC PReP Boot" --ondisk '$instdisk' --size 8' >> /tmp/partitionfile
|
||||
echo 'part None --fstype "PPC PReP Boot" --ondisk '$instdisk' --size 8' >> /tmp/partitionfile
|
||||
fi
|
||||
if [ -d /sys/firmware/efi ]; then
|
||||
if [ -d /sys/firmware/efi ]; then
|
||||
echo 'part /boot/efi --size 50 --ondisk '$instdisk' --fstype '$EFIFSTYPE >> /tmp/partitionfile
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user