summaryrefslogtreecommitdiff
path: root/f3s/docs
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-08 15:09:44 +0300
committerPaul Buetow <paul@buetow.org>2026-04-08 15:09:44 +0300
commit4e60a105429e18d6130f13925d3d7d5b68fc0e65 (patch)
tree32ca540dea922c1a2249fe80cccf899578fa502b /f3s/docs
parenta62eaeebe384ecf230e35897c1722c3b5726daff (diff)
b0: document PI phase 0.2 hostname verification
Diffstat (limited to 'f3s/docs')
-rw-r--r--f3s/docs/pi-phase-0-2.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/f3s/docs/pi-phase-0-2.md b/f3s/docs/pi-phase-0-2.md
new file mode 100644
index 0000000..9b34ca8
--- /dev/null
+++ b/f3s/docs/pi-phase-0-2.md
@@ -0,0 +1,18 @@
+# PI Phase 0.2 Hostname Verification
+
+Task 0.2 for the Raspberry Pi cluster was verified on:
+
+- `pi0.lan.buetow.org`
+- `pi1.lan.buetow.org`
+- `pi2.lan.buetow.org`
+- `pi3.lan.buetow.org`
+
+Verification performed:
+
+- `hostnamectl status --static` returned the expected FQDN on each host.
+- `hostname -f` returned the same FQDN on each host.
+
+Outcome:
+
+- No hostname changes were required.
+- No reboot was needed because the static hostnames were already correct and resolvable as FQDNs.