Fix check for ext4/ext3 preference/support
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10575 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f0c2764eb3
commit
5c3e3f6bf1
@ -122,6 +122,8 @@ chmod 755 /tmp/foo.py
|
||||
|
||||
/tmp/foo.py >/foo.log 2>&1 &
|
||||
#time to ascertain fstype and PReP/UEFI/legacy
|
||||
modprobe ext4 >& /dev/null
|
||||
modprobe ext4dev >& /dev/null
|
||||
if grep ext4dev /proc/filesystems > /dev/null; then
|
||||
FSTYPE=ext3
|
||||
elif grep ext4 /proc/filesystems > /dev/null; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user