blob: 9b34ca8981cd925d4fb4d08fb3b62ffd0a2da236 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.
|