Updated BSD (markdown)

Lauri Ojansivu 2023-02-09 07:59:37 +02:00
parent bb1cfd0d6a
commit 0d4bef0674

4
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
```