From: Michael Tremer Date: Mon, 10 Oct 2022 18:41:10 +0000 (+0000) Subject: core171: Ship dhcp X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a40977958b051de976b515b30be1fc3f17f19785;p=people%2Fms%2Fipfire-2.x.git core171: Ship dhcp Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/171/filelists/dhcp b/config/rootfiles/core/171/filelists/dhcp new file mode 120000 index 0000000000..32d8da443d --- /dev/null +++ b/config/rootfiles/core/171/filelists/dhcp @@ -0,0 +1 @@ +../../../common/dhcp \ No newline at end of file diff --git a/config/rootfiles/core/171/update.sh b/config/rootfiles/core/171/update.sh index 3174122bae..abbbd67fb9 100644 --- a/config/rootfiles/core/171/update.sh +++ b/config/rootfiles/core/171/update.sh @@ -245,6 +245,7 @@ fi if [ -f /var/ipfire/proxy/enable ]; then /etc/init.d/squid start fi +/etc/init.d/dhcp restart # Regenerate all initrds dracut --regenerate-all --force