Commit 2852a83d authored by Wolfgang Schweer's avatar Wolfgang Schweer
Browse files

Adjust ltsp-build-client/Debian-custom/001-ltsp-setting. (Closes: #928756)

Use PXE option 'ipappend 2' for LTSP client boot. This option makes sure
that all DHCP server information is getting through to LTSP clients.
(LTSP used this option before, but switched to 'ipappend 3' during the
Buster development cycle to ease setups with ProxyDHCP.)
parent 04545a9e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -4,6 +4,13 @@ debian-edu-config (2.10.66) UNRELEASED; urgency=medium
  * Drop obsolete code in d-i/finish-install now that d-i uses haveged (via a
    newly introduced udeb) or a hardware RNG. (See #923675).

  [ Wolfgang Schweer ]
  * Adjust ltsp-build-client/Debian-custom/001-ltsp-setting. (Closes: #928756)
    - Use PXE option 'ipappend 2' for LTSP client boot. This option makes sure
      that all DHCP server information is getting through to LTSP clients.
      (LTSP used this option before, but switched to 'ipappend 3' during the
      Buster development cycle to ease setups with ProxyDHCP.)

 -- Petter Reinholdtsen <pere@debian.org>  Sat, 20 Apr 2019 07:53:26 +0200

debian-edu-config (2.10.65) unstable; urgency=medium
+4 −0
Original line number Diff line number Diff line
@@ -18,4 +18,8 @@ case $MODE in
        echo 'APT::Cmdline::ignore-trust-violations "true";'
    ) >> $ROOT/etc/apt/apt.conf.d/90ltsp-build-client
  ;;
    after-install)
        mkdir -p $ROOT/etc/ltsp/update-kernels.conf.d
        echo 'IPAPPEND="2"' > $ROOT/etc/ltsp/update-kernels.conf.d/pxe
        ;;
esac