mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-13 01:40:26 +00:00
fixed the issue that bridge module cannot be loaded automatically on SL6.6
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user