Changeset 69086 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Oct 13, 2017 6:29:42 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118374
- Location:
- trunk/src/VBox/Additions/linux/installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/install.sh.in
r67818 r69086 21 21 # built matches the one loaded and 2 is returned otherwise. E.g. VBoxClient 22 22 # running will prevent vboxguest reloading. 23 # * If the kernel modules cannot be built (run the installer with KERN_DIR=/) or 24 # loaded (run with KERN_VER=<installed non-current version>) then 1 is returned. 23 # * If the kernel modules cannot be built (run the installer with KERN_VER=none) 24 # or loaded (run with KERN_VER=<installed non-current version>) then 1 is 25 # returned. 25 26 26 27 PATH=$PATH:/bin:/sbin:/usr/sbin -
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r68849 r69086 418 418 #!/bin/sh 419 419 test -d "/lib/modules/\${1}/build" || exit 0 420 KERN_DIR="/lib/modules/\${1}/build" MODULE_DIR="/lib/modules/\${1}/misc" \ 421 /sbin/rcvboxadd quicksetup 420 KERN_VER="\${1}" /sbin/rcvboxadd quicksetup 422 421 exit 0 423 422 EOF
Note:
See TracChangeset
for help on using the changeset viewer.