summaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-12-22 20:56:32 -0500
committer53hornet <atc@53hor.net>2021-12-22 20:56:32 -0500
commitc4132486acea24c75e6ed0e74eb329d879990c17 (patch)
tree937aa318e30965c1c1e18ded9ceca4651faf6d87 /posts
parentc2e4e4f87fe9a7c2bbce31ac670aaa43c1ae0022 (diff)
download53hor-c4132486acea24c75e6ed0e74eb329d879990c17.tar.xz
53hor-c4132486acea24c75e6ed0e74eb329d879990c17.zip
feat: licenses in footer, footnotes on rescue
Diffstat (limited to 'posts')
-rw-r--r--posts/2021-12-15-rescuing-freebsd-the-unix-way.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/posts/2021-12-15-rescuing-freebsd-the-unix-way.php b/posts/2021-12-15-rescuing-freebsd-the-unix-way.php
index 1b54d63..cec623d 100644
--- a/posts/2021-12-15-rescuing-freebsd-the-unix-way.php
+++ b/posts/2021-12-15-rescuing-freebsd-the-unix-way.php
@@ -60,7 +60,7 @@
</pre>
<p>
- It took literally half the day. Poor little dual-core i5. It was already well on its way to completing when I realized I could have done this on my 8-core/16-thread server. "Oh, so you're reckless <em>and</em> stupid." Don't worry, I redeem myself later. Now I can actually install the new kernel and reboot into it. This is required before installing the world (userland).
+ It took literally half the day. Poor little dual-core i5. It was already well on its way to completing when I realized I could have done this on my 8-core/16-thread server<sup><a href="#1">[1]</a></sup>. "Oh, so you're reckless <em>and</em> stupid." Don't worry, I redeem myself later. Now I can actually install the new kernel and reboot into it. This is required before installing the world (userland).
</p>
<pre>
@@ -167,3 +167,11 @@
<p>
Redemption. I went from attempting to customize my kernel to annihilating <code>/usr</code> to restoring my entire system by building from FreeBSD's source tree via <code>git(1)</code> and <code>make(1)</code>. And I got a free upgrade out of it! Moving forward, I'm running slightly frequent automatic full-system snapshots. It should make it a lot easier to rescue accidental deletions of system files. I'm also going to take the time to learn more about the rescue disk process using the FreeBSD installer image. All told, not too bad for a disaster-turned-learning-experience.
</p>
+
+<hr>
+
+<ol>
+ <li id="1">
+ I actually did move my FreeBSD source to my server to let it pull changes and do automatic builds. Turns out it can chunk out the whole world and kernel in about TODO:
+ </li>
+</ol>