From 82871fc03afb69e670108c6f4582434b281face2 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Wed, 5 Nov 2025 11:50:41 -0500 Subject: [PATCH] Added items to checklist --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4753ac2..f657e48 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,5 @@ The purpose of this branch is to modularize as many functions of the scripts as [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` +[ ] 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}")`