alpine-initramfs-dropbear: update to 3.11.0_rc5

This commit is contained in:
minoplhy 2024-12-04 15:54:09 +07:00
parent 4838e809c6
commit 445fa9118e
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF
2 changed files with 101 additions and 62 deletions

View File

@ -69,11 +69,9 @@ mkinitfs -i path/to/initramfs-dropbear <Kernel Version(from /lib/modules) incase
> dropbear -R -E -s -j -k -p $port
> }
>
453c468
< s390x_net dasd ssh_key BOOTIF zfcp uevent_buf_size aoe aoe_iflist aoe_mtu wireguard"
---
> s390x_net dasd ssh_key BOOTIF zfcp uevent_buf_size aoe aoe_iflist aoe_mtu wireguard dropbear"
581c596,604
512a528
> dropbear
641c657,665
< if [ -n "$KOPT_cryptroot" ]; then
---
> if [ -n "$KOPT_dropbear" ]; then
@ -85,21 +83,14 @@ mkinitfs -i path/to/initramfs-dropbear <Kernel Version(from /lib/modules) incase
>
> # Add Workaround for dropbear
> if [ -n "$KOPT_cryptroot" ] && [ ! -b /dev/mapper/"${KOPT_cryptdm}" ]; then
645a669,672
705a730,733
> # Kill all struck nlplug-findfs jobs and dropbear
> killall -9 nlplug-findfs
> killall -9 dropbear
>
715a743
>
733a762,765
781a810,813
>
> # Kill all struck nlplug-findfs jobs and dropbear
> killall -9 nlplug-findfs
> killall -9 dropbear
1003c1035
< reboot
---
> reboot
\ No newline at end of file
```

File diff suppressed because it is too large Load Diff