Permalink
Browse files
Merge branch 'master' of github.com:pcbsd/pbi
- Loading branch information...
Showing
with
3 additions
and
2 deletions.
-
+3
−2
modules/emulators/virtualbox-ose/scripts/post-install.sh
|
|
@@ -1,8 +1,9 @@ |
|
|
#!/bin/sh
|
|
|
|
|
|
# Copy over the modules specific to this release
|
|
|
-FBSDVER=`uname -r | cut -d '-' -f 1`
|
|
|
-cp ${PBI_PROGDIRPATH}/modules${FBSDVER}/* /boot/modules/
|
|
|
+#FBSDVER=`uname -r | cut -d '-' -f 1`
|
|
|
+#cp ${PBI_PROGDIRPATH}/modules${FBSDVER}/* /boot/modules/
|
|
|
+cp ${PBI_PROGDIRPATH}/modules*/* /boot/modules/
|
|
|
|
|
|
cp /boot/loader.conf /boot/loader.conf.orig
|
|
|
cat /boot/loader.conf | grep -v "vboxdrv_load" > /tmp/loader.conf
|
|
|
0 comments on commit
446f1ac