diff options
author | Phil Sutter <phil@nwl.cc> | 2025-01-05 01:18:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-01-06 11:53:44 +0100 |
commit | fad1d3192c26fae8423907c9de6af2fe2b03dea6 (patch) | |
tree | 4f38cd7d235f8fc15f04045ab92e9ba01c01dde3 /package/zip/patches/patch-unix_Makefile | |
parent | d7452d1a846d5e419f3907819f45e2e0c1cecff2 (diff) |
package: Port zfs package
This still lacks some init scripts to reassemble pools and for other
tasks. For now, I just do:
| disks=$(blkid | sed -n 's,^/dev/\(sd[a-z]\): .* TYPE="crypto_LUKS".*,\1,p')
| for disk in $disks; do
| [ -b /dev/mapper/$disk ] || cryptsetup luksOpen \
| --key-file=/etc/mykeyfile /dev/$disk $disk
| done
| zpool import -a
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'package/zip/patches/patch-unix_Makefile')
0 files changed, 0 insertions, 0 deletions