mirror of
https://github.com/minoplhy/scriptbox.git
synced 2025-01-09 02:48:04 +00:00
alpine-initramfs-dropbear: update to 3.11.0_rc5
This commit is contained in:
parent
4838e809c6
commit
445fa9118e
@ -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
Loading…
Reference in New Issue
Block a user