canmove, Confirmed users
6,441
edits
No edit summary |
No edit summary |
||
| Line 42: | Line 42: | ||
cd opsi-package-sources | cd opsi-package-sources | ||
./sync-binaries | ./sync-binaries | ||
= Disable the DHCP Server = | |||
OPSI is setup to run a DHCP server by default, but we don't want it. Disable it by doing the following: | |||
update-rc.d -f dhcp3-server remove | |||
And open up /etc/opsi/backendManager.d/30_vars.conf and remove the reference to BACKEND_DHCPD | |||