Properly configured 'zfs.sh' and 'partition.sh' to recognize flags for running different parts of the script
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user