Split [zfs.sh] into multiple scripts inside a [zfs] directory, adjusted references in other files to reflect changes

This commit is contained in:
2026-08-01 22:24:18 -04:00
parent c293990fa2
commit c32c9abcd1
13 changed files with 324 additions and 289 deletions
+2 -2
View File
@@ -83,10 +83,10 @@ elif [[ "${ID}" == 'fedora' ]]; then
"${baseDir}/fedora.sh" --dracut
fi
"${baseDir}/zfs.sh" --splash
"${baseDir}/zfs/splash.sh"
if [[ ! -z "$(zfs list | grep 'keystore')" ]]; then
"${baseDir}/zfs.sh" --keystore
"${baseDir}/zfs/keystore.sh"
fi
"${baseDir}/efi.sh"