mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-28 18:22:15 +00:00
remove vbox module build
This doesn't actually fix the grsec problem, and will fail if running in the vanilla kernel during the grsec install process.
This commit is contained in:
parent
9972a8ba6c
commit
7b97c088db
2 changed files with 0 additions and 13 deletions
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
dkms install vboxhost/$(pacman -Q virtualbox|awk '{print $2}'|sed 's/\-.\+//') -k $(uname -rm|sed 's/\ /\//')
|
||||
|
|
@ -13,16 +13,6 @@
|
|||
tags:
|
||||
- aur
|
||||
|
||||
- name: Push VirtualBox kernel module build script
|
||||
copy: src=build_vbox_modules.sh dest=/root/build_vbox_modules.sh mode=0700
|
||||
tags:
|
||||
- grsec
|
||||
|
||||
- name: Build VirtualBox kernel modules
|
||||
command: /root/build_vbox_modules.sh
|
||||
tags:
|
||||
- grsec
|
||||
|
||||
- name: Copy kernel modules to load
|
||||
copy: src=modules.conf dest=/etc/modules-load.d/virtualbox.conf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue