summaryrefslogtreecommitdiff
path: root/package/libosip2/patches/patch-configure
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2025-01-05 01:18:37 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2025-01-06 11:53:44 +0100
commitfad1d3192c26fae8423907c9de6af2fe2b03dea6 (patch)
tree4f38cd7d235f8fc15f04045ab92e9ba01c01dde3 /package/libosip2/patches/patch-configure
parentd7452d1a846d5e419f3907819f45e2e0c1cecff2 (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/libosip2/patches/patch-configure')
0 files changed, 0 insertions, 0 deletions