diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-09 09:08:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-09 09:08:35 +0300 |
| commit | a61fd57811c1ef79895f00da58b1c554af4119a1 (patch) | |
| tree | ca96d880262a6c890db8552d8c55864b062542aa | |
| parent | c9477dfe3a3d37d5a886588fddd577577390f593 (diff) | |
Update rocky VM: add WireGuard IP 192.168.2.123, expand disk to 200G, document LVM layout
| -rw-r--r-- | prompts/skills/f3s/SKILL.md | 2 | ||||
| -rw-r--r-- | prompts/skills/f3s/references/f3-rocky-vm.md | 13 |
2 files changed, 13 insertions, 2 deletions
diff --git a/prompts/skills/f3s/SKILL.md b/prompts/skills/f3s/SKILL.md index 858518a..150ee6d 100644 --- a/prompts/skills/f3s/SKILL.md +++ b/prompts/skills/f3s/SKILL.md @@ -48,7 +48,7 @@ Package repository details were split into the sibling `pkgrepo` skill. Use `pkg | r0 | Rocky Linux VM on f0 | 192.168.1.120 | 192.168.2.120 | | r1 | Rocky Linux VM on f1 | 192.168.1.121 | 192.168.2.121 | | r2 | Rocky Linux VM on f2 | 192.168.1.122 | 192.168.2.122 | -| rocky | Plain Rocky Linux VM on f3 | 192.168.1.123 | — | +| rocky | Plain Rocky Linux VM on f3 | 192.168.1.123 | 192.168.2.123 | | blowfish | OpenBSD internet GW | — | 192.168.2.110 | | fishfinger | OpenBSD internet GW | — | 192.168.2.111 | | earth | Fedora laptop (roaming) | — | 192.168.2.200 | diff --git a/prompts/skills/f3s/references/f3-rocky-vm.md b/prompts/skills/f3s/references/f3-rocky-vm.md index d5ddbbe..94d1106 100644 --- a/prompts/skills/f3s/references/f3-rocky-vm.md +++ b/prompts/skills/f3s/references/f3-rocky-vm.md @@ -66,10 +66,21 @@ Disk: ```text /zroot/bhyve/rocky/disk0.img -100G sparse file +200G sparse file (was 100G, expanded 2026-06-09) NVMe emulation ``` +Guest disk layout (LVM on GPT): + +| Device | Size | Type | Mount | +|--------|------|------|-------| +| /dev/nvme0n1p1 | 600M | EFI System | /boot/efi | +| /dev/nvme0n1p2 | 1G | ext4 | /boot | +| /dev/nvme0n1p3 | ~198G | Linux LVM | PV for rlm_rocky | +| └─ rlm_rocky-root | 61.5G | XFS | / | +| └─ rlm_rocky-swap | 6.9G | swap | [SWAP] | +| └─ rlm_rocky-home | 130G | XFS | /home | + ## Verification From a machine on the LAN: |
