Changeset 57971 in vbox for trunk/src/VBox/Additions/linux/installer/vboxadd.sh
- Timestamp:
- Sep 30, 2015 3:16:48 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 102967
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r57969 r57971 298 298 test_sane_kernel_dir 299 299 300 echo301 300 begin "Building the main Guest Additions module" 302 301 if ! $BUILDINTMP \ … … 404 403 setup() 405 404 { 405 begin "Building Guest Additions kernel modules" console 406 406 if test -r $config; then 407 407 . $config … … 423 423 if [ "$mod_succ" -eq "0" ]; then 424 424 if running_vboxguest || running_vboxadd; then 425 printf "You should restart your guest to make sure the new modules are actually used\n\n"425 begin "You should restart your guest to make sure the new modules are actually used" console 426 426 else 427 427 start
Note:
See TracChangeset
for help on using the changeset viewer.