aboutsummaryrefslogtreecommitdiff
path: root/busybox/udhcpc.run
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-03-15 16:05:44 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-03-15 16:05:44 +0000
commitdb7b3f0a34b40ea1adffd27a722d8b02202ac9a8 (patch)
treef823cb9a29cb16ff15dab532ba68c404bc91bc1e /busybox/udhcpc.run
parent2e1c17100ac53273233fd908c610437c738e43cc (diff)
downloadalicelinux-db7b3f0a34b40ea1adffd27a722d8b02202ac9a8.tar.gz
alicelinux-db7b3f0a34b40ea1adffd27a722d8b02202ac9a8.zip
Woodpecker CI 9aaed4c459f8f1dd4cd8b0e26d7a0cf6ad1903a6 [SKIP CI]
Diffstat (limited to 'busybox/udhcpc.run')
-rwxr-xr-xbusybox/udhcpc.run2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox/udhcpc.run b/busybox/udhcpc.run
index 6c0973cf..5ab07344 100755
--- a/busybox/udhcpc.run
+++ b/busybox/udhcpc.run
@@ -11,4 +11,4 @@ if [ ! "$IFACE" ]; then
fi
[ "$IFACE" ] || exit 1
ip link set $IFACE up
-exec udhcpc -f -i $IFACE
+exec env DNS="$DNS" udhcpc -f -i $IFACE