Split [zfs.sh] into multiple scripts inside a [zfs] directory, adjusted references in other files to reflect changes
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user