core: alpine initrd 使用 udhcpc

dhcpcd 会配置租约时间,过期会移除 IP,但我们的没有在后台运行 dhcpcd ,因此用 udhcpc
This commit is contained in:
bin456789
2025-10-31 00:19:43 +08:00
parent 889f0de3b6
commit 944282079c

View File

@ -339,8 +339,9 @@ EOF
db_progress INFO netcfg/link_detect_progress db_progress INFO netcfg/link_detect_progress
else else
# alpine # alpine
# h3c 移动云电脑使用 udhcpc 会重复提示 sending select无法获得 ipv6,因此使用 dhcpcd # h3c 移动云电脑使用 udhcpc 会重复提示 sending select无法获得 ipv6
method=dhcpcd # dhcpcd 会配置租约时间,过期会移除 IP但我们的没有在后台运行 dhcpcd ,因此用 udhcpc
method=udhcpc
case "$method" in case "$method" in
udhcpc) udhcpc)