From 659ccb573823e119580f801925ee6d656368c9c5 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Wed, 16 Oct 2024 11:14:20 +0200 Subject: [PATCH] etc/dhcp/dhclient.conf aktualisiert --- etc/dhcp/dhclient.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/dhcp/dhclient.conf b/etc/dhcp/dhclient.conf index fe042c2..1f91c22 100644 --- a/etc/dhcp/dhclient.conf +++ b/etc/dhcp/dhclient.conf @@ -10,4 +10,7 @@ request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, domain-search, host-name, dhcp6.name-servers, dhcp6.domain-search, dhcp6.fqdn, dhcp6.sntp-servers, netbios-name-servers, netbios-scope, interface-mtu, - rfc3442-classless-static-routes, ntp-servers, url, monitor, watchdog, screen; \ No newline at end of file + rfc3442-classless-static-routes, ntp-servers, url, monitor, watchdog, screen; + +# Version 1.0: +# Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script. \ No newline at end of file