Fix cryptsetup additional arguments handling

Quoting used in script prevented them ot be properly passed.
Also added a debug mode to print some more messages about ongoing actions.
This commit is contained in:
Julien Coloos
2017-06-25 20:07:07 +02:00
parent e5ee05f382
commit d94d257cf6
4 changed files with 32 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Julien Coloos <julien.coloos [at] gmail [dot] com>
pkgname=initrd-ssh-cryptsetup
pkgver=0.4
pkgver=0.5
pkgrel=1
pkgdesc="Allows for LUKS-encrypted devices to be unlocked remotely over SSH"
arch=('any')
@@ -10,7 +10,7 @@ depends=('dropbear' 'cryptsetup' 'mkinitcpio-nfs-utils' 'iproute2')
install=$pkgname.install
changelog='ChangeLog'
source=("http://julien.coloos.free.fr/archlinux/$pkgname-$pkgver.tar.xz" "$pkgname.install")
md5sums=('fab9d0ffc14a6cd7bcb79fa1b9411336'
md5sums=('d87a35adbef55db89f32a89f4966a27a'
'ac60109d80e7bb2af0d66e69aaf178a6')
package() {