Skip to content

Commit

Permalink
Make pkg-message advice more resilient to panics
Browse files Browse the repository at this point in the history
`sync` before `service vboxguest start`
  • Loading branch information
grahamperrin committed Oct 17, 2021
1 parent 41c24e7 commit 2cdeeef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emulators/virtualbox-ose-additions/pkg-message
Expand Up @@ -5,8 +5,8 @@ Oracleⓡ VirtualBoxⓡ Guest Additions are installed.

To enable and start the required services:

# sysrc vboxguest_enable="YES" && service vboxguest start
# sysrc vboxservice_enable="YES" && service vboxservice start
# sysrc vboxguest_enable="YES" ; sync ; service vboxguest start
# sysrc vboxservice_enable="YES" ; service vboxservice start

The vboxguest service will load a required kernel module. If a
kernel panic (system crash) occurs, this may be avoided by
Expand Down

0 comments on commit 2cdeeef

Please sign in to comment.