[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] Adjust ltsp-build-client/Debian-custom/001-ltsp-setting. (Closes: #928756)

WolfgangSchweer gitlab at salsa.debian.org
Thu May 30 19:28:31 BST 2019



WolfgangSchweer pushed to branch master at Debian Edu / debian-edu-config


Commits:
2852a83d by Wolfgang Schweer at 2019-05-30T18:24:07Z
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.)

- - - - -


2 changed files:

- debian/changelog
- share/ltsp/plugins/ltsp-build-client/Debian-custom/001-ltsp-settings


Changes:

=====================================
debian/changelog
=====================================
@@ -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 at debian.org>  Sat, 20 Apr 2019 07:53:26 +0200
 
 debian-edu-config (2.10.65) unstable; urgency=medium


=====================================
share/ltsp/plugins/ltsp-build-client/Debian-custom/001-ltsp-settings
=====================================
@@ -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



View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/commit/2852a83dbb8a2aa950cffd9438b17049bfd108a6

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/commit/2852a83dbb8a2aa950cffd9438b17049bfd108a6
You're receiving this email because of your account on salsa.debian.org.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20190530/1d310ea3/attachment-0001.html>


More information about the debian-edu-commits mailing list