From 5c3e3f6bf1c404035749eadcd133471d350c164b Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 20 Sep 2011 16:03:43 +0000 Subject: [PATCH] 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 --- xCAT-server/share/xcat/install/scripts/pre.rh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/share/xcat/install/scripts/pre.rh b/xCAT-server/share/xcat/install/scripts/pre.rh index ceb74c7db..ae28e93a4 100644 --- a/xCAT-server/share/xcat/install/scripts/pre.rh +++ b/xCAT-server/share/xcat/install/scripts/pre.rh @@ -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