Magellan Linux

Diff of /trunk/virtualbox/virtualbox-config.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1685 by niro, Sun Mar 4 11:32:46 2012 UTC revision 1686 by niro, Sun Mar 4 12:32:49 2012 UTC
# Line 139  then Line 139  then
139   # calc module dependencies   # calc module dependencies
140   mecho "Calculating module dependencies ..."   mecho "Calculating module dependencies ..."
141   depmod -a ${KERNEL_VERSION}   depmod -a ${KERNEL_VERSION}
142    fi
143    
144   # re-read udev rules to grant the right permissions  # re-read udev rules to grant the right permissions
145   if [[ -x $(which udevadm) ]]  if [[ -x $(which udevadm) ]]
146   then  then
147   mecho "Reloading udev configuration ..."   mecho "Reloading udev configuration ..."
148   udevadm control --reload-rules   udevadm control --reload-rules
  fi  
149  fi  fi
150    
151  # load the module  # load the module

Legend:
Removed from v.1685  
changed lines
  Added in v.1686