mirror of
https://github.com/suiryc/archlinux-initrd-ssh-cryptsetup.git
synced 2025-09-17 09:30:40 +03:00
killall is already available, no need for extra dependency
This commit is contained in:
2
PKGBUILD
2
PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Allows for LUKS-encrypted devices to be unlocked remotely over SSH"
|
|||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/suiryc/archlinux-$pkgname"
|
url="https://github.com/suiryc/archlinux-$pkgname"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('dropbear' 'cryptsetup' 'mkinitcpio-nfs-utils' 'psmisc' 'iproute2')
|
depends=('dropbear' 'cryptsetup' 'mkinitcpio-nfs-utils' 'iproute2')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
changelog='ChangeLog'
|
changelog='ChangeLog'
|
||||||
source=("http://julien.coloos.free.fr/archlinux/$pkgname-$pkgver.tar.xz" "$pkgname.install")
|
source=("http://julien.coloos.free.fr/archlinux/$pkgname-$pkgver.tar.xz" "$pkgname.install")
|
||||||
|
@@ -70,7 +70,6 @@ build() {
|
|||||||
add_binary "dropbear"
|
add_binary "dropbear"
|
||||||
add_binary "ip"
|
add_binary "ip"
|
||||||
add_binary "/usr/lib/initcpio/ipconfig" "/sbin/ipconfig"
|
add_binary "/usr/lib/initcpio/ipconfig" "/sbin/ipconfig"
|
||||||
add_binary "killall"
|
|
||||||
|
|
||||||
# auth-related files
|
# auth-related files
|
||||||
add_file "/lib/libnss_files.so"
|
add_file "/lib/libnss_files.so"
|
||||||
|
Reference in New Issue
Block a user