From a40977958b051de976b515b30be1fc3f17f19785 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 10 Oct 2022 18:41:10 +0000 Subject: [PATCH] core171: Ship dhcp Signed-off-by: Michael Tremer --- config/rootfiles/core/171/filelists/dhcp | 1 + config/rootfiles/core/171/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/171/filelists/dhcp 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 -- 2.39.5