mirror of
https://github.com/minoplhy/scriptbox.git
synced 2025-01-09 10:58:03 +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
|
> dropbear -R -E -s -j -k -p $port
|
||||||
> }
|
> }
|
||||||
>
|
>
|
||||||
453c468
|
512a528
|
||||||
< s390x_net dasd ssh_key BOOTIF zfcp uevent_buf_size aoe aoe_iflist aoe_mtu wireguard"
|
> dropbear
|
||||||
---
|
641c657,665
|
||||||
> s390x_net dasd ssh_key BOOTIF zfcp uevent_buf_size aoe aoe_iflist aoe_mtu wireguard dropbear"
|
|
||||||
581c596,604
|
|
||||||
< if [ -n "$KOPT_cryptroot" ]; then
|
< if [ -n "$KOPT_cryptroot" ]; then
|
||||||
---
|
---
|
||||||
> if [ -n "$KOPT_dropbear" ]; 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
|
> # Add Workaround for dropbear
|
||||||
> if [ -n "$KOPT_cryptroot" ] && [ ! -b /dev/mapper/"${KOPT_cryptdm}" ]; then
|
> if [ -n "$KOPT_cryptroot" ] && [ ! -b /dev/mapper/"${KOPT_cryptdm}" ]; then
|
||||||
645a669,672
|
705a730,733
|
||||||
> # Kill all struck nlplug-findfs jobs and dropbear
|
> # Kill all struck nlplug-findfs jobs and dropbear
|
||||||
> killall -9 nlplug-findfs
|
> killall -9 nlplug-findfs
|
||||||
> killall -9 dropbear
|
> killall -9 dropbear
|
||||||
>
|
>
|
||||||
715a743
|
781a810,813
|
||||||
>
|
|
||||||
733a762,765
|
|
||||||
>
|
>
|
||||||
> # Kill all struck nlplug-findfs jobs and dropbear
|
> # Kill all struck nlplug-findfs jobs and dropbear
|
||||||
> killall -9 nlplug-findfs
|
> killall -9 nlplug-findfs
|
||||||
> killall -9 dropbear
|
> 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