From 8d3c013539b165cbeb6da790bf6a106c572103ff Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Thu, 1 Jan 2026 00:06:29 -0500 Subject: [PATCH] Updated checklist to reflect current progress --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e7e3173..1b1663e 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ The purpose of this branch is to modularize as many functions of the scripts as ## Checklist [X] Rename all `base-` scripts to remove `base-` -[ ] 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` -[ ] 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`) +[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] 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 +[X] Point any distro-specific commands/tasks that are shared with Debian to use `debian.sh` to avoid any unnecessary duplication [ ] Rewrite `README.md` -[ ] Rename all script-specific variables to lowercase with singular capital letters to seperate words in variable name -[ ] Update how `baseDir` is set using `realpath $(basedir "${0}")` +[X] Rename all script-specific variables to lowercase with singular capital letters to seperate words in variable name +[X] Update how `baseDir` is set using `realpath $(basedir "${0}")`