Try to print network devices information when interface setup fails

Useful to check interfaces name and MAC address.

v0.9-1
This commit is contained in:
Julien Coloos
2021-10-24 17:56:05 +02:00
parent b3e9382f08
commit c3cafcf6cd
4 changed files with 13 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Julien Coloos <julien.coloos [at] gmail [dot] com>
pkgname=initrd-ssh-cryptsetup
pkgver=0.8
pkgver=0.9
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=('ac5a53fbc288ccce61874488bcbbf58a'
md5sums=('c94a905ca91f7afe2c0f771bd5182cb2'
'ac60109d80e7bb2af0d66e69aaf178a6')
package() {