diff --git a/xCAT-server/share/xcat/scripts/xHRM b/xCAT-server/share/xcat/scripts/xHRM index d184130b4..088f396de 100755 --- a/xCAT-server/share/xcat/scripts/xHRM +++ b/xCAT-server/share/xcat/scripts/xHRM @@ -116,6 +116,9 @@ if [ "storageprereq" = "$1" ]; then mkdir -p /var/lib/xcat/vmnt/$DIRNAME mount $MOUNTPATH /var/lib/xcat/vmnt/$DIRNAME elif [ "bridgeprereq" = "$1" ]; then + # load the bridge module first + modprobe bridge + NETDESC="$2" # get the port for installation if [ -n "$INSTALLNIC" ]; then