2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-08 13:55:37 +00:00

Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/pre.rh.rhels7

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent aa25eab60d
commit 79319d0485

View File

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