diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-12 09:01:23 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-12 09:01:23 +0300 |
| commit | 4c1f27d0bd5469daef1991b97a8771c505d456f1 (patch) | |
| tree | 2e4eef6e54a77a59407e9279b9f23bc928dbe9e9 | |
| parent | 6b7a44266eb5c04f2a20e4c44c8ff0cf2066dd1d (diff) | |
Update
| -rw-r--r-- | gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi.tpl b/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi.tpl index 2dc17a39..6908d132 100644 --- a/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi.tpl +++ b/gemfeed/2024-01-13-one-reason-why-i-love-openbsd.gmi.tpl @@ -29,6 +29,8 @@ $ doas sysupgrade # Update all binaries (including Kernel) `sysupgrade` downloaded and upgraded to the next release and rebooted the system. After the reboot, I run: +> Note to myself: I have to undo the `/var/www` symlink before upgrading, and re-establishing the symlink afterwards again. This is due to disk space constraings on my setup! + ```shell $ doas sysmerge # Update system configuration files $ doas pkg_add -u # Update all packages |
