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:
1
main.go
1
main.go
@@ -414,6 +414,7 @@ func getInitfsFiles(files misc.StringSet, devinfo deviceinfo.DeviceInfo) error {
|
|||||||
"/usr/sbin/telnetd": false,
|
"/usr/sbin/telnetd": false,
|
||||||
"/sbin/kpartx": false,
|
"/sbin/kpartx": false,
|
||||||
"/etc/deviceinfo": false,
|
"/etc/deviceinfo": false,
|
||||||
|
"/usr/bin/unudhcpd": false,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hook files & scripts
|
// Hook files & scripts
|
||||||
|
Reference in New Issue
Block a user