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.
This commit is contained in:
Clayton Craft
2021-11-21 12:51:13 -08:00
parent 0925cbd8ac
commit 8742c4d5ef

View File

@@ -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