2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00

[xCAT-Server]Remove el7 specific code from pre.rh

This commit is contained in:
Samveen Gulati
2015-10-16 09:00:16 +00:00
parent 9015913661
commit cf4c91ac69

View File

@ -237,11 +237,6 @@ else
fi
BOOTFSTYPE=ext3
EFIFSTYPE=vfat
if uname -r|grep -q '^3.*el7'; then
FSTYPE=xfs
BOOTFSTYPE=xfs
EFIFSTYPE=efi
fi
if [ `uname -m` = "ppc64" ]; then
echo 'part None --fstype "PPC PReP Boot" --ondisk '$instdisk' --size 8' >> /tmp/partitioning