mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-19 09:40:21 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user