17 lines
171 B
Bash
Executable File
17 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
baseDir="$(realpath "$(dirname "${0}")/../")"
|
|
|
|
source \
|
|
"${baseDir}/system.conf"
|
|
|
|
|
|
umount \
|
|
-nR \
|
|
/mnt
|
|
|
|
zpool \
|
|
export \
|
|
${hostname,,}
|