From 0d4bef0674d2f9fe26aa8af302bd12d3ff65c2ef Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 9 Feb 2023 07:59:37 +0200 Subject: [PATCH] Updated BSD (markdown) --- BSD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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