mirror of
https://github.com/suiryc/archlinux-initrd-ssh-cryptsetup.git
synced 2026-07-27 20:27:00 +03:00
v1.2-1
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
||||
2026-07-12 Julien Coloos <julien.coloos [at] gmail [dot] com>
|
||||
|
||||
* v1.2-1
|
||||
Fix kernel panic when network is not available.
|
||||
|
||||
New option to log some messages to kmsg too.
|
||||
|
||||
Change network speed to 10M during boot, to reduce consumption upon WoL.
|
||||
|
||||
|
||||
2025-11-15 Julien Coloos <julien.coloos [at] gmail [dot] com>
|
||||
|
||||
* v1.1-2
|
||||
|
||||
6
PKGBUILD
6
PKGBUILD
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Julien Coloos <julien.coloos [at] gmail [dot] com>
|
||||
pkgname=initrd-ssh-cryptsetup
|
||||
pkgver=1.1
|
||||
pkgrel=2
|
||||
pkgver=1.2
|
||||
pkgrel=1
|
||||
pkgdesc="Allows to remotely unlock LUKS-encrypted devices over SSH"
|
||||
arch=('any')
|
||||
url="https://github.com/suiryc/archlinux-$pkgname"
|
||||
@@ -10,7 +10,7 @@ depends=('dropbear' 'cryptsetup' 'mkinitcpio-nfs-utils' 'iproute2' 'ethtool')
|
||||
install=$pkgname.install
|
||||
changelog='ChangeLog'
|
||||
source=("http://julien.coloos.free.fr/archlinux/$pkgname-$pkgver-$pkgrel.tar.xz" "$pkgname.install")
|
||||
sha256sums=('bfd3e55ef8d3dd9e0b24f5b6b708a41520ee426ed980366f7ffbd12e30b5230b'
|
||||
sha256sums=('94156250bfc04490801d8575192a787363cf4637ade2473147d3f63924c5f814'
|
||||
'b84978b3c2ef32208c2b104ee2d3ce8aaec26da0bd4e9e1c83942f373bbf6285')
|
||||
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user