From 7a61e5126c8c1b467dab7806c12564dbac9b87f2 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Sun, 21 Nov 2021 12:51:13 -0800 Subject: [PATCH] Add /usr/bin/unudhcpd to initfs (MR 13) This will replace the busybox dhcp server. With this change, mkinitfs depends on the 'unudhcpd' packge in Alpine to provide the binary at /usr/bin/unudhcpd. --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 90d395f..e24994d 100644 --- a/main.go +++ b/main.go @@ -414,6 +414,7 @@ func getInitfsFiles(files misc.StringSet, devinfo deviceinfo.DeviceInfo) error { "/usr/sbin/telnetd": false, "/sbin/kpartx": false, "/etc/deviceinfo": false, + "/usr/bin/unudhcpd": false, } // Hook files & scripts