diff --git a/BSD.md b/BSD.md index 97049c2..758e9a3 100644 --- a/BSD.md +++ b/BSD.md @@ -88,7 +88,7 @@ shutdown.sh ``` shutdown -p now ``` -reboot.sh +reboot.sh (does now work well in VirtualBox 7.0.6 in Ubuntu, better to shutdown like above instead) ``` shutdown -r now ``` @@ -115,7 +115,7 @@ shutdown.sh ``` halt -p ``` -reboot.sh (does now work well in newest VirtualBox, better to shutdown like above instead) +reboot.sh (does now work well in VirtualBox 7.0.6 in Ubuntu, better to shutdown like above instead) ``` reboot ``` \ No newline at end of file