diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-25 00:10:41 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-25 00:10:41 -0600 |
| commit | 0f289a02839e01a7f9bb0db73f8eb6c00cf253b6 (patch) | |
| tree | 2c907a52096e4b5dd1e10e46d8135887cb48f0f0 /custom | |
| parent | 5271e8e36453690ffd07d03b2df1d97038341da9 (diff) | |
| download | archangel-0f289a02839e01a7f9bb0db73f8eb6c00cf253b6.tar.gz archangel-0f289a02839e01a7f9bb0db73f8eb6c00cf253b6.zip | |
Update test config and documentation
- Add NO_ENCRYPT=yes to btrfs-single.conf for unattended testing
- Add offline Arch Wiki documentation section to RESCUE-GUIDE.txt
- Update todo.org with completed tasks and new items
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/RESCUE-GUIDE.txt | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/custom/RESCUE-GUIDE.txt b/custom/RESCUE-GUIDE.txt index 53760c8..e241125 100644 --- a/custom/RESCUE-GUIDE.txt +++ b/custom/RESCUE-GUIDE.txt @@ -2576,8 +2576,28 @@ Navigation: Tab - Next link Shift+Tab - Previous link -USEFUL URLS FOR RESCUE ----------------------- +OFFLINE ARCH WIKI (NO NETWORK NEEDED) +------------------------------------- +This ISO includes the full Arch Wiki for offline use - invaluable when +networking is broken and you need documentation. + +arch-wiki-lite (CLI, smaller): + wiki-search zfs # Search for articles + wiki-search mkinitcpio # Find mkinitcpio docs + wiki-search "grub rescue" # Search with spaces + +arch-wiki-docs (HTML, complete): + Location: /usr/share/doc/arch-wiki/html/ + + Browse with w3m: + w3m /usr/share/doc/arch-wiki/html/index.html + + Search for topic: + find /usr/share/doc/arch-wiki/html -iname "*zfs*" + w3m /usr/share/doc/arch-wiki/html/en/ZFS.html + +USEFUL URLS FOR RESCUE (WHEN ONLINE) +------------------------------------ https://wiki.archlinux.org https://wiki.archlinux.org/title/ZFS https://wiki.archlinux.org/title/GRUB |
