From b19ba4e0fc531b5627384c81e8d8aeae9c681795 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 18 Jan 2026 15:12:47 -0600 Subject: Add disk, network, and encryption tools with rescue guide sections Packages added: - partimage: legacy partition imaging - f2fs-tools: Flash-Friendly FS support - exfatprogs: exFAT filesystem tools - emacs: editor Rescue guide sections 6-8: - Disk Operations: partclone, fsarchiver, nwipe, filesystem tools - Network Troubleshooting: connectivity, sshfs, file transfers - Encryption & GPG: symmetric/asymmetric decryption, LUKS, eCryptfs --- build.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index c72a965..f034aec 100755 --- a/build.sh +++ b/build.sh @@ -125,6 +125,7 @@ ripgrep eza fd fzf +emacs # For installation scripts dialog @@ -164,6 +165,16 @@ dmidecode nvme-cli hdparm +# Disk operations +partclone +fsarchiver +partimage +nwipe +xfsprogs +btrfs-progs +f2fs-tools +exfatprogs + EOF # Get kernel version for ISO naming -- cgit v1.2.3