Updated checklist to reflect current progress

This commit is contained in:
2026-01-01 00:06:29 -05:00
parent 56b4fbd596
commit 1e378f8fe1

View File

@@ -7,7 +7,7 @@ The purpose of this branch is to modularize as many functions of the scripts as
## Checklist ## Checklist
[X] Rename all `base-` scripts to remove `base-` [X] Rename all `base-` scripts to remove `base-`
[X] Move (at least almost) all Debian related commands and tasks to `debian.sh` [X] Move (at least almost) all Debian related commands and tasks to `debian.sh`
[ ] Move (at least almost) all Fedora related commands and tasks to `fedora.sh` [X] Move (at least almost) all Fedora related commands and tasks to `fedora.sh`
[X] Move (at least almost) all elementary OS related commands and tasks to `elementary.sh` [X] Move (at least almost) all elementary OS related commands and tasks to `elementary.sh`
[X] Rename flags in all distro specific scripts from numbered (i.e. `-1`, `-2`) to descriptive (i.e. `--mmdebstrap`, `--network-interfaces`) [X] Rename flags in all distro specific scripts from numbered (i.e. `-1`, `-2`) to descriptive (i.e. `--mmdebstrap`, `--network-interfaces`)
[X] 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