Properly configured 'zfs.sh' and 'partition.sh' to recognize flags for running different parts of the script

This commit is contained in:
2025-12-24 17:31:17 -05:00
parent b6c2455aaa
commit db6c05fbe3
4 changed files with 70 additions and 118 deletions

View File

@@ -52,11 +52,13 @@ if [[ ! "$(hostname)" == "debian-live" ]]; then
fi
"${baseDir}/partition.sh"
"${baseDir}/partition.sh" --disk
sleep 5
"${baseDir}/zfs.sh"
"${baseDir}/zfs.sh" --format
"${baseDir}/zfs.sh" --create
"${baseDir}/mkdir-tmpfs.sh"