- Fix some typos in the various service files as noted in boo#1044931.
With these fixes, TW guests start correctly. In addition, the /sbin/vboxconfig (for hosts) and the /sbin/vboxguestconfig (for guests) work correctly. OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=340
This commit is contained in:
committed by
Git OBS Bridge
parent
7748557e4a
commit
79cdaa4a04
@@ -5,7 +5,7 @@
|
||||
#
|
||||
# This script is part of the openSUSE VirtualBox package
|
||||
#
|
||||
SOURCE="/usr/src/kernel-modules/virtualbox"
|
||||
SOURCE="/usr/src/kernel-modules"
|
||||
LOGFILE="/var/log/virtualbox.log"
|
||||
INCLUDE="/lib/modules/`uname -r`/build/include"
|
||||
|
||||
@@ -21,7 +21,7 @@ fi
|
||||
# Prerequisites are available, start build
|
||||
pushd $SOURCE > /dev/null 2>&1
|
||||
echo "Building kernel modules..."
|
||||
tar jxf guest_src.tar.bz2 > /dev/null 2>&1
|
||||
tar jxf additions/guest_src.tar.bz2 > /dev/null 2>&1
|
||||
cd additions/src
|
||||
make > $LOGFILE 2>&1
|
||||
if [ ! $? ] ; then
|
||||
@@ -44,7 +44,7 @@ fi
|
||||
depmod -a
|
||||
modprobe -av vboxguest vboxvideo vboxsf
|
||||
cd ../..
|
||||
rm -rf additions
|
||||
rm -rf additions/src
|
||||
popd > /dev/null 2>&1
|
||||
echo "Kernel modules are installed and loaded."
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user