Magellan Linux

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

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

revision 229 by niro, Thu Jun 28 16:48:21 2007 UTC revision 230 by niro, Thu Jun 28 17:31:50 2007 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # $Header: /root/magellan-cvs/src/virtualbox/virtualbox-config.sh,v 1.5 2007-06-28 16:48:21 niro Exp $  # $Header: /root/magellan-cvs/src/virtualbox/virtualbox-config.sh,v 1.6 2007-06-28 17:31:50 niro Exp $
3  # Configures virtualbox for Magellan-Linux  # Configures virtualbox for Magellan-Linux
4    
5  LIBDIR=/usr/lib  LIBDIR=/usr/lib
# Line 70  then Line 70  then
70  fi  fi
71    
72  # load the module  # load the module
73  if [[ xx$(uname -r) = x${KERNEL_VERSION} ]]  if [[ x$(uname -r) = x${KERNEL_VERSION} ]]
74  then  then
75   mecho "Loading kernel-module ${VBOXMODULE} ..."   mecho "Loading kernel-module ${VBOXMODULE} ..."
76   modprobe $(basename ${VBOXMODULE} .ko)   modprobe $(basename ${VBOXMODULE} .ko)

Legend:
Removed from v.229  
changed lines
  Added in v.230