From 83b9e4d5114bba7068dffee2dd59aad2edcfe269 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 25 Jan 2026 00:10:41 -0600 Subject: 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 --- custom/RESCUE-GUIDE.txt | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'custom/RESCUE-GUIDE.txt') 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 -- cgit v1.2.3