diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-18 15:12:47 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-18 15:12:47 -0600 |
| commit | b19ba4e0fc531b5627384c81e8d8aeae9c681795 (patch) | |
| tree | 2285817e401d27fd80e26e0d106f2aca474438f6 /build.sh | |
| parent | 752400ff7ba075efc5849725d7282a01ce3d9cd4 (diff) | |
| download | archangel-b19ba4e0fc531b5627384c81e8d8aeae9c681795.tar.gz archangel-b19ba4e0fc531b5627384c81e8d8aeae9c681795.zip | |
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
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
