use dhcpcd

This commit is contained in:
iceBear67
2026-06-22 12:07:41 +08:00
parent 269734b313
commit c4994f4ebf
6 changed files with 12 additions and 8 deletions

View File

@@ -33,6 +33,10 @@ rc-update add acpid default
rc-update add docker default
rc-update add cronie default
step 'Adjust syslog'
sed -i 's/^SYSLOGD_OPTS="\(.*\)"/SYSLOGD_OPTS="\1 -K"/' /etc/conf.d/syslog
grep "SYSLOGD_OPTS" /etc/conf.d/syslog
step 'Clean up APK cache and documents'
rm -rf /var/cache/apk/* || true