Move EFI related commands/tasks into dedicated script

This commit is contained in:
2025-11-05 12:18:37 -05:00
parent 82871fc03a
commit 0b033e852c
3 changed files with 67 additions and 46 deletions

View File

@@ -10,7 +10,7 @@ The purpose of this branch is to modularize as many functions of the scripts as
[ ] Move (at least almost) all Fedora related commands and tasks to `fedora.sh`
[ ] Move (at least almost) all elementary OS related commands and tasks to `elementary.sh`
[ ] Rename flags in all distro specific scripts from numbered (i.e. `-1`, `-2`) to descriptive (i.e. `--mmdebstrap`, `--network-interfaces`)
[ ] Move all EFI related commands and tasks to a new `efi.sh` script
[X] Move all EFI related commands and tasks to a new `efi.sh` script
[X] Rename `mkfs.zfs.sh` to `zfs.sh`
[ ] Point any distro-specific commands/tasks that are shared with Debian to use `debian.sh` to avoid any unnecessary duplication
[ ] Rewrite `README.md`