From f1deb9de7c6c353cc376e500c1bfb6e57b57460d Mon Sep 17 00:00:00 2001
From: hygienic-books <hygienic-books@tentic.net>
Date: Mon, 20 Feb 2023 00:30:04 +0100
Subject: [PATCH] docs(os): Clarify hostname choice (#1)

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 4e18ce2..731b745 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,7 @@ After installation you're going to want to at least touch these points in your n
 * Package manager hook: `pacman` does not have a hook to do ZFS snapshots
     * See [this GitHub gist](https://gist.github.com/Soulsuke/6a7d1f09f7fef968a2f32e0ff32a5c4c#file-arch_on_zfs-txt-L238) and [zfs-snapshotter.bash](https://github.com/Soulsuke/arch-zfs-tools/blob/master/zfs-snapshotter.bash) for inspiration
 * Hostname: Installation chose a pseudo-randomly generated 8-character string with `pwgen`
+    * Check `hostnamectl set-hostname <hostname>`
 * Unprivileged user accounts: The OS was installed with `root` and unprivileged `build` users
 * Passwords
     * ZFS: The password for all datasets underneath `zpool` is `password`.