added code

This commit is contained in:
timeshifter
2021-07-18 19:16:41 +02:00
parent 748ae2b098
commit f866e7f596
3 changed files with 243 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
ZFS = '/usr/bin/zfs'
ZPOOL = '/usr/bin/zpool'
CRYPTSETUP = '/usr/bin/cryptsetup'