From c4132486acea24c75e6ed0e74eb329d879990c17 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Wed, 22 Dec 2021 20:56:32 -0500 Subject: feat: licenses in footer, footnotes on rescue --- posts/2021-12-15-rescuing-freebsd-the-unix-way.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'posts') 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 @@

- 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 and 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[1]. "Oh, so you're reckless and 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).

@@ -167,3 +167,11 @@
 

Redemption. I went from attempting to customize my kernel to annihilating /usr to restoring my entire system by building from FreeBSD's source tree via git(1) and make(1). 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.

+ +
+ +
    +
  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: +
  2. +
-- cgit v1.2.3