From 33fdebcd19224afe7e7e1f54e554ab0e17e2d2f1 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Wed, 5 Nov 2025 11:32:17 -0500 Subject: [PATCH] Renamed 'mkfs.zfs.sh' to 'zfs.sh' --- README.md | 2 +- mkfs.zfs.sh => zfs.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename mkfs.zfs.sh => zfs.sh (100%) diff --git a/README.md b/README.md index be0db78..4753ac2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ The purpose of this branch is to modularize as many functions of the scripts as [ ] 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 -[ ] Rename `mkfs.zfs.sh` to `zfs.sh` +[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` diff --git a/mkfs.zfs.sh b/zfs.sh similarity index 100% rename from mkfs.zfs.sh rename to zfs.sh