[debian-edu-commits] [Git][debian-edu/debian-edu-doc][weblate] Keeping .po and .pot files at weblate in sync with master

Frans Spiesschaert (@frans) gitlab at salsa.debian.org
Fri Jun 18 15:04:53 BST 2021



Frans Spiesschaert pushed to branch weblate at Debian Edu / debian-edu-doc


Commits:
1aa9a87f by Frans Spiesschaert at 2021-06-18T16:04:28+02:00
Keeping .po and .pot files at weblate in sync with master

- - - - -


21 changed files:

- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.da.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.de.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.es.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.fr.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.he.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.hr.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.it.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.ja.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.mr.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.nb-no.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.nl.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.pl.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.pot
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.pt-br.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.pt-pt.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.pt.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.ro.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.sv.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.tr.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.zh-cn.po
- documentation/debian-edu-bullseye/debian-edu-bullseye-manual.zh-tw.po


Changes:

=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.da.po
=====================================
@@ -10,7 +10,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-edu-bullseye-manual\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: 2019-07-07 20:30+0100\n"
 "Last-Translator: Joe Hansen <joedalton2 at yahoo.dk>\n"
 "Language-Team: Danish <debian-l10n-danish at lists.debian.org>\n"
@@ -4796,7 +4796,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr ""
 
 #. type: CDATA
@@ -4815,33 +4815,53 @@ msgid ""
 "debian-edu-pxeinstall                                # to add PXE installation files and related iPXE menu items"
 msgstr ""
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,"
+#| "dc=skole,dc=skolelinux,dc=no</computeroutput>"
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
+"<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,dc=skole,"
+"dc=skolelinux,dc=no</computeroutput>"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
@@ -4881,13 +4901,9 @@ msgstr "Kør <computeroutput>service apache2 restart</computeroutput>"
 msgid "Cope with Kerberos encryption type changes:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr ""
-
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.de.po
=====================================
@@ -16,8 +16,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: debian-edu-buster-manual.de\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
-"PO-Revision-Date: 2021-04-07 20:04+0200\n"
+"POT-Creation-Date: 2021-06-16 21:52+0200\n"
+"PO-Revision-Date: 2021-06-16 21:50+0200\n"
 "Last-Translator: Wolfgang Schweer <wschweer at arcor.de>\n"
 "Language-Team: German <debian-l10n-german at lists.debian.org>\n"
 "Language: de\n"
@@ -26,7 +26,7 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Poedit-SourceCharset: utf-8\n"
-"X-Generator: Poedit 2.4.2\n"
+"X-Generator: Poedit 3.0\n"
 
 #. type: Attribute 'lang' of: <article>
 msgid "en"
@@ -4750,10 +4750,8 @@ msgstr ""
 "apt purge debian-edu-artwork-buster      # es sei denn, Buster-Artwork sollte als Alternative beibehalten werden"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
-msgstr ""
-"Führen Sie das folgende aus, um mit dem neuen LTSP und den damit verbundenen "
-"Änderungen umzugehen:"
+msgid "Cope with new LTSP and related changes:"
+msgstr " Umgang mit dem neuen LTSP und den damit verbundenen Änderungen:"
 
 #. type: CDATA
 #, no-wrap
@@ -4783,45 +4781,67 @@ msgstr ""
 "debian-edu-ltsp-install --diskless_workstation yes   # um ein Image für Diskless Workstations aus dem Dateisystem des Servers zu erstellen\n"
 "debian-edu-pxeinstall                                # zum Hinzufügen von PXE-Installationsdateien und zugehöriger iPXE-Menüpunkte"
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr "Umgang mit der Umstellung auf iPXE:"
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
-"Umstellung auf iPXE: Ändern Sie die DHCP-Einstellungen im LDAP, z. B. mit "
-"einem Editor wie ldapvi. Stellen Sie sicher, dass die DHCP-bezogenen "
-"Einträge mit denen übereinstimmen, die in der Datei <emphasis>/etc/ldap/gosa-"
-"server.ldif</emphasis> enthalten sind. Die betroffenen Einträge sind:"
+"Erstellen Sie eine Datei <emphasis>ipxe.ldif</emphasis> mit folgendem Inhalt:"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
-"60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Führen Sie dann <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,"
+"dc=skole,dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> aus, um die "
+"Änderungen anzuwenden."
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Ändern Sie einige weitere DHCP-Einstellungen im LDAP, z. B. mit einem Editor "
+"wie ldapvi. Stellen Sie sicher, dass die DHCP-bezogenen Einträge mit denen "
+"übereinstimmen, die in der Datei <emphasis>/etc/ldap/gosa-server.ldif</"
+"emphasis> enthalten sind. Die betroffenen Einträge sind:"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid "Cope with GOsa changes - use new gosa.conf, fix LDAP access:"
@@ -4868,15 +4888,11 @@ msgstr ""
 msgid "Cope with Kerberos encryption type changes:"
 msgstr "Umgang mit Änderungen der Kerberos-Verschlüsselungsarten:"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 msgid "Run <computeroutput>service krb5-kdc restart</computeroutput>"
@@ -9152,6 +9168,32 @@ msgstr ""
 "Release-Handbücher auch auf der <ulink url=\"https://wiki.debian.org/"
 "DebianEdu/Documentation\">Dokumentations-Übersichtsseite</ulink>."
 
+#~ msgid ""
+#~ "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
 #~ msgid "Network Block Device Server"
 #~ msgstr "Netzwerk-Blockgerät-Server"
 


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.es.po
=====================================
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: debian-edu-doc\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: 2021-05-23 13:30+0000\n"
 "Last-Translator: Adolfo Jayme Barrientos <fitojb at ubuntu.com>\n"
 "Language-Team: Spanish <https://hosted.weblate.org/projects/debian-edu-"
@@ -4257,7 +4257,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr ""
 
 #. type: CDATA
@@ -4276,33 +4276,47 @@ msgid ""
 "debian-edu-pxeinstall                                # to add PXE installation files and related iPXE menu items"
 msgstr ""
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
@@ -4344,13 +4358,9 @@ msgstr "ejecute <computeroutput>exportfs -r</computeroutput>"
 msgid "Cope with Kerberos encryption type changes:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr ""
-
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.fr.po
=====================================
@@ -10,7 +10,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-edu-doc\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: 2021-03-04 22:21+0100\n"
 "Last-Translator: Jean-Pierre Giraud <jean-pierregiraud at neuf.fr>\n"
 "Language-Team: French <debian-l10n-french at lists.debian.org>\n"
@@ -4778,7 +4778,9 @@ msgstr ""
 "apt purge debian-edu-artwork-buster      # sauf si le thème de Buster doit être gardé comme alternative"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+#, fuzzy
+#| msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr ""
 "Gérer la nouvelle version de LTSP et des modifications liées, exécuter :"
 
@@ -4810,45 +4812,64 @@ msgstr ""
 "debian-edu-ltsp-install --diskless_workstation yes   # pour créer l'image de station de travail sans disque à partir du système de fichiers du serveur\n"
 "debian-edu-pxeinstall                                # pour ajouter les fichiers d'installation PXE et les entrées de menu iPXE liées"
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
-"Gérer le passage à iPXE – modifier les réglages dans LDAP, par exemple en "
-"utilisant un éditeur comme ldapvi. Assurez-vous que les entrées liées à DHCP "
-"correspondent à celles contenues dans le fichier <emphasis>/etc/ldap/gosa-"
-"server.ldif</emphasis>. Les entrées concernées sont les suivantes :"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
-"60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,"
+#| "dc=skole,dc=skolelinux,dc=no</computeroutput>"
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,dc=skole,"
+"dc=skolelinux,dc=no</computeroutput>"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an "
+#| "editor like ldapvi. Make sure, DHCP related entries match those contained "
+#| "in the <emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries "
+#| "concerned are:"
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Gérer le passage à iPXE – modifier les réglages dans LDAP, par exemple en "
+"utilisant un éditeur comme ldapvi. Assurez-vous que les entrées liées à DHCP "
+"correspondent à celles contenues dans le fichier <emphasis>/etc/ldap/gosa-"
+"server.ldif</emphasis>. Les entrées concernées sont les suivantes :"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid "Cope with GOsa changes - use new gosa.conf, fix LDAP access:"
@@ -4895,12 +4916,11 @@ msgid "Cope with Kerberos encryption type changes:"
 msgstr "Gérer les changements de type de chiffrement de Kerberos :"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 "sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
 
@@ -9208,6 +9228,35 @@ msgstr ""
 "\"https://wiki.debian.org/DebianEdu/Documentation\">manuels de publication</"
 "ulink>."
 
+#~ msgid ""
+#~ "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
+#~ msgstr "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
+
 #~ msgid "Network Block Device Server"
 #~ msgstr "Serveur de périphériques blocs en réseau"
 


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.he.po
=====================================
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -3448,7 +3448,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr ""
 
 #. type: CDATA
@@ -3467,33 +3467,47 @@ msgid ""
 "debian-edu-pxeinstall                                # to add PXE installation files and related iPXE menu items"
 msgstr ""
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
@@ -3533,13 +3547,9 @@ msgstr ""
 msgid "Cope with Kerberos encryption type changes:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr ""
-
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.hr.po
=====================================
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: 2019-09-11 17:23+0000\n"
 "Last-Translator: gogogogi <trebelnik2 at gmail.com>\n"
 "Language-Team: Croatian <https://hosted.weblate.org/projects/debian-edu-"
@@ -3464,7 +3464,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr ""
 
 #. type: CDATA
@@ -3483,33 +3483,47 @@ msgid ""
 "debian-edu-pxeinstall                                # to add PXE installation files and related iPXE menu items"
 msgstr ""
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
@@ -3549,13 +3563,9 @@ msgstr ""
 msgid "Cope with Kerberos encryption type changes:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr ""
-
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.it.po
=====================================
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-edu-wheezy-manual\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: 2021-03-15 19:00+0100\n"
 "Last-Translator: claudio <claudio.carboncini at gmail.com>\n"
 "Language-Team: Italian <debian-l10n-italian at lists.debian.org>\n"
@@ -4682,7 +4682,9 @@ msgstr ""
 "apt purge debian-edu-artwork-buster      # unless Buster artwork should be kept as an alternative"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+#, fuzzy
+#| msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr "Gestire il nuovo LTSP e i relativi cambiamenti, eseguire:"
 
 #. type: CDATA
@@ -4712,45 +4714,64 @@ msgstr ""
 "debian-edu-ltsp-install --diskless_workstation yes   # to create diskless workstation image from the server's file system\n"
 "debian-edu-pxeinstall                                # to add PXE installation files and related iPXE menu items"
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
-"Gestire il passaggio a iPXE - modificare le impostazioni DHCP in LDAP, per "
-"esempio usando un editor come ldapvi. Assicurarsi che le voci relative al "
-"DHCP corrispondano a quelle contenute nel file <emphasis>/etc/ldap/gosa-"
-"server.ldif</emphasis>. Le voci interessate sono:"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
-"60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,"
+#| "dc=skole,dc=skolelinux,dc=no</computeroutput>"
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,dc=skole,"
+"dc=skolelinux,dc=no</computeroutput>"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an "
+#| "editor like ldapvi. Make sure, DHCP related entries match those contained "
+#| "in the <emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries "
+#| "concerned are:"
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Gestire il passaggio a iPXE - modificare le impostazioni DHCP in LDAP, per "
+"esempio usando un editor come ldapvi. Assicurarsi che le voci relative al "
+"DHCP corrispondano a quelle contenute nel file <emphasis>/etc/ldap/gosa-"
+"server.ldif</emphasis>. Le voci interessate sono:"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid "Cope with GOsa changes - use new gosa.conf, fix LDAP access:"
@@ -4797,12 +4818,11 @@ msgid "Cope with Kerberos encryption type changes:"
 msgstr "Gestire i cambiamenti del tipo di crittografia Kerberos:"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 "sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
 
@@ -9024,6 +9044,35 @@ msgstr ""
 "delle relative versioni sui <ulink url=\"https://wiki.debian.org/DebianEdu/"
 "Documentation\">manuali delle versioni</ulink>."
 
+#~ msgid ""
+#~ "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
+#~ msgstr "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
+
 #~ msgid "Network Block Device Server"
 #~ msgstr "Network Block Device Server"
 


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.ja.po
=====================================
@@ -9,7 +9,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-edu-stretch\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: 2021-06-16 17:11+0000\n"
 "Last-Translator: hoxp18 <hoxp18 at noramail.jp>\n"
 "Language-Team: Japanese <https://hosted.weblate.org/projects/debian-edu-"
@@ -4528,7 +4528,9 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+#, fuzzy
+#| msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr "新しい LTSP の変更点に対する修正:"
 
 #. type: CDATA
@@ -4547,36 +4549,62 @@ msgid ""
 "debian-edu-pxeinstall                                # to add PXE installation files and related iPXE menu items"
 msgstr ""
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
-"iPXE への移行に関する修正 - DHCP 設定を LDAP 上で変更します (e.g. ldapvi など"
-"を用います)。DHCP 関連の項目を <emphasis>/etc/ldap/gosa-server.ldif</"
-"emphasis> ファイルと一致させます。 該当するのは:"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,"
+#| "dc=skole,dc=skolelinux,dc=no</computeroutput>"
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
+"<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,dc=skole,"
+"dc=skolelinux,dc=no</computeroutput>"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an "
+#| "editor like ldapvi. Make sure, DHCP related entries match those contained "
+#| "in the <emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries "
+#| "concerned are:"
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
+"iPXE への移行に関する修正 - DHCP 設定を LDAP 上で変更します (e.g. ldapvi など"
+"を用います)。DHCP 関連の項目を <emphasis>/etc/ldap/gosa-server.ldif</"
+"emphasis> ファイルと一致させます。 該当するのは:"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
@@ -4619,13 +4647,9 @@ msgstr ""
 msgid "Cope with Kerberos encryption type changes:"
 msgstr "Kerberous 暗号化の変更点への対応:"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr ""
-
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.mr.po
=====================================
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: 2020-02-21 15:33+0000\n"
 "Last-Translator: Prachi Joshi <josprachi at yahoo.com>\n"
 "Language-Team: Marathi <https://hosted.weblate.org/projects/debian-edu-"
@@ -3451,7 +3451,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr ""
 
 #. type: CDATA
@@ -3470,33 +3470,47 @@ msgid ""
 "debian-edu-pxeinstall                                # to add PXE installation files and related iPXE menu items"
 msgstr ""
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
@@ -3536,13 +3550,9 @@ msgstr ""
 msgid "Cope with Kerberos encryption type changes:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr ""
-
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.nb-no.po
=====================================
@@ -21,7 +21,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-edu-doc\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: 2020-10-16 02:26+0000\n"
 "Last-Translator: Allan Nordhøy <epost at anotheragency.no>\n"
 "Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/debian-"
@@ -4891,7 +4891,7 @@ msgstr ""
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 #, fuzzy
 #| msgid "Other LDAP related changes"
-msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr "Andre LDAP-relaterte endringer"
 
 #. type: CDATA
@@ -4910,33 +4910,53 @@ msgid ""
 "debian-edu-pxeinstall                                # to add PXE installation files and related iPXE menu items"
 msgstr ""
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,"
+#| "dc=skole,dc=skolelinux,dc=no</computeroutput>"
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
+"<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,dc=skole,"
+"dc=skolelinux,dc=no</computeroutput>"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
@@ -4982,15 +5002,9 @@ msgstr "Kall den <computeroutput>ExcludeProfileDirs</computeroutput>."
 msgid "Cope with Kerberos encryption type changes:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-#, fuzzy
-#| msgid "cp /etc/krb5.conf.backup /etc/krb5.conf"
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr "cp /etc/krb5.conf.backup /etc/krb5.conf"
-
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
@@ -9201,6 +9215,11 @@ msgstr ""
 "håndbokutgivelser på <ulink url=\"https://wiki.debian.org/DebianEdu/"
 "Documentation\">release manuals page</ulink>."
 
+#, fuzzy
+#~| msgid "cp /etc/krb5.conf.backup /etc/krb5.conf"
+#~ msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
+#~ msgstr "cp /etc/krb5.conf.backup /etc/krb5.conf"
+
 #~ msgid "Network Block Device Server"
 #~ msgstr "Network Block Device tjener"
 


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.nl.po
=====================================
The diff for this file was not included because it is too large.

=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.pl.po
=====================================
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: Polish (Debian Edu Documentation)\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: 2021-03-31 19:01+0000\n"
 "Last-Translator: WaldiS <sto at tutanota.de>\n"
 "Language-Team: Polish <https://hosted.weblate.org/projects/debian-edu-"
@@ -4089,7 +4089,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr ""
 
 #. type: CDATA
@@ -4108,33 +4108,47 @@ msgid ""
 "debian-edu-pxeinstall                                # to add PXE installation files and related iPXE menu items"
 msgstr ""
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
@@ -4174,13 +4188,9 @@ msgstr ""
 msgid "Cope with Kerberos encryption type changes:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr ""
-
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.pot
=====================================
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -3449,7 +3449,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr ""
 
 #. type: CDATA
@@ -3468,33 +3468,47 @@ msgid ""
 "debian-edu-pxeinstall                                # to add PXE installation files and related iPXE menu items"
 msgstr ""
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
@@ -3534,13 +3548,9 @@ msgstr ""
 msgid "Cope with Kerberos encryption type changes:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr ""
-
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.pt-br.po
=====================================
@@ -6,9 +6,9 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
-"PO-Revision-Date: 2021-06-18 13:45+0000\n"
-"Last-Translator: Fred Maranhão <fred.maranhao at gmail.com>\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
+"PO-Revision-Date: 2021-06-11 18:33+0000\n"
+"Last-Translator: Barbara Tostes <barbaratostes at gmail.com>\n"
 "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
 "debian-edu-documentation/debian-edu-bullseye/pt_BR/>\n"
 "Language: pt-br\n"
@@ -16,7 +16,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 4.7\n"
+"X-Generator: Weblate 4.7-dev\n"
 
 #. type: Attribute 'lang' of: <article>
 msgid "en"
@@ -4733,7 +4733,8 @@ msgstr ""
 "apt purge debian-edu-artwork-buster # a menos que se queira manter as imagens do Buster como alternativa"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+#, fuzzy
+msgid "Cope with new LTSP and related changes:"
 msgstr "Lidar com o novo LTSP e alterações relacionadas; executar:"
 
 #. type: CDATA
@@ -4763,45 +4764,56 @@ msgstr ""
 "debian-edu-ltsp-install --diskless_workstation yes # para criar imagem de estação de trabalho sem disco a partir do sistema de arquivos do servidor\n"
 "debian-edu-pxeinstall # para adicionar arquivos de instalação PXE e respectivos itens de menu iPXE"
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
-"Lidar com a mudança para o iPXE - modificar as definições de DHCP em LDAP, "
-"por exemplo, usando um editor como ldapvi. Garantir que as entradas "
-"relacionadas com o DHCP correspondem às contidas no arquivo <emphasis>/etc/"
-"ldap/gosa-server.ldif</emphasis>. As entradas em questão são:"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
-"60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+#, fuzzy
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,dc=skole,"
+"dc=skolelinux,dc=no</computeroutput>"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+#, fuzzy
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Lidar com a mudança para o iPXE - modificar as definições de DHCP em LDAP, "
+"por exemplo, usando um editor como ldapvi. Garantir que as entradas "
+"relacionadas com o DHCP correspondem às contidas no arquivo <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis>. As entradas em questão são:"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid "Cope with GOsa changes - use new gosa.conf, fix LDAP access:"
@@ -4848,12 +4860,9 @@ msgid "Cope with Kerberos encryption type changes:"
 msgstr "Lidar com alterações no tipo de encriptação Kerberos:"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#, fuzzy
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 "sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
 
@@ -7607,8 +7616,8 @@ msgid ""
 "Standalone Java applications are supported out of the box by the OpenJDK "
 "Java runtime."
 msgstr ""
-"As aplicações Java autônomas funcionam de imediato com o ambiente de "
-"execućão java OpenJDK."
+"As aplicações Java autônomas funcionam de imediato com o ambiente runtime "
+"OpenJDK Java."
 
 #. type: Content of: <article><section><section><title>
 msgid "Using email"
@@ -7624,11 +7633,11 @@ msgid ""
 "computeroutput>."
 msgstr ""
 "Todos os usuários podem enviar e receber correio dentro da rede interna; são "
-"fornecidos certificados para permitir conexões protegidas por TLS. Para "
-"permitir o correio fora da rede interna, o administrador tem de configurar o "
-"servidor de correio<computeroutput>exim4</computeroutput> para o adequar à "
-"situação local, começando pelo <computeroutput>dpkg-reconfigure "
-"exim4-config</computeroutput>."
+"fornecidos certificados para permitir ligações seguras TLS. Para permitir o "
+"correio fora da rede interna, o administrador tem de configurar o servidor "
+"de correio<computeroutput>exim4</computeroutput> para o adequar à situação "
+"local, começando pelo <computeroutput>dpkg-reconfigure exim4-config</"
+"computeroutput>."
 
 #. type: Content of: <article><section><section><para>
 msgid ""
@@ -9216,6 +9225,35 @@ msgstr ""
 "versões na página <ulink url=\"https://wiki.debian.org/DebianEdu/"
 "Documentation\">manuais das diferentes versões</ulink>."
 
+#~ msgid ""
+#~ "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
+#~ msgstr "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
+
 #~ msgid "Network Block Device Server"
 #~ msgstr "Servidor de dispositivos de blocos de rede"
 


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.pt-pt.po
=====================================
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: 2021-04-19 22:29+0000\n"
 "Last-Translator: José Vieira <jvieira33 at sapo.pt>\n"
 "Language-Team: Portuguese (Portugal) <https://hosted.weblate.org/projects/"
@@ -4731,7 +4731,9 @@ msgstr ""
 "apt purge debian-edu-artwork-buster      # a menos que se queira manter as imagens do Buster como alternativa"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+#, fuzzy
+#| msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr "Lidar com o novo LTSP e alterações relacionadas; executar:"
 
 #. type: CDATA
@@ -4761,45 +4763,64 @@ msgstr ""
 "debian-edu-ltsp-install --diskless_workstation yes   # para criar imagem de estação de trabalho sem disco a partir do sistema de ficheiros do servidor\n"
 "debian-edu-pxeinstall                                # para adicionar ficheiros de instalação PXE e respectivos itens de menu iPXE"
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
-"Lidar com a mudança para o iPXE - modificar as definições de DHCP em LDAP, "
-"por exemplo, usando um editor como ldapvi. Garantir que as entradas "
-"relacionadas com o DHCP correspondem às contidas no ficheiro <emphasis>/etc/"
-"ldap/gosa-server.ldif</emphasis>. As entradas em causa são:"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
-"60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,"
+#| "dc=skole,dc=skolelinux,dc=no</computeroutput>"
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,dc=skole,"
+"dc=skolelinux,dc=no</computeroutput>"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an "
+#| "editor like ldapvi. Make sure, DHCP related entries match those contained "
+#| "in the <emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries "
+#| "concerned are:"
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Lidar com a mudança para o iPXE - modificar as definições de DHCP em LDAP, "
+"por exemplo, usando um editor como ldapvi. Garantir que as entradas "
+"relacionadas com o DHCP correspondem às contidas no ficheiro <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis>. As entradas em causa são:"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid "Cope with GOsa changes - use new gosa.conf, fix LDAP access:"
@@ -4846,12 +4867,11 @@ msgid "Cope with Kerberos encryption type changes:"
 msgstr "Lidar com alterações no tipo de encriptação Kerberos:"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 "sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
 
@@ -9095,6 +9115,35 @@ msgstr ""
 "versões na página <ulink url=\"https://wiki.debian.org/DebianEdu/"
 "Documentation\">manuais das diferentes versões</ulink>."
 
+#~ msgid ""
+#~ "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
+#~ msgstr "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
+
 #~ msgid "Network Block Device Server"
 #~ msgstr "Servidor Network Block Device"
 


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.pt.po
=====================================
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: 2021-05-15 18:32+0000\n"
 "Last-Translator: ssantos <ssantos at web.de>\n"
 "Language-Team: Portuguese <https://hosted.weblate.org/projects/debian-edu-"
@@ -4734,7 +4734,9 @@ msgstr ""
 "apt purge debian-edu-artwork-buster      # a menos que se queira manter as imagens do Buster como alternativa"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+#, fuzzy
+#| msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr "Lidar com o novo LTSP e alterações relacionadas; executar:"
 
 #. type: CDATA
@@ -4764,45 +4766,64 @@ msgstr ""
 "debian-edu-ltsp-install --diskless_workstation yes   # para criar imagem de estação de trabalho sem disco a partir do sistema de ficheiros do servidor\n"
 "debian-edu-pxeinstall                                # para adicionar ficheiros de instalação PXE e respectivos itens de menu iPXE"
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
-"Lidar com a mudança para o iPXE – modificar as definições de DHCP em LDAP, "
-"por exemplo, usando um editor como ldapvi. Garantir que as entradas "
-"relacionadas com o DHCP correspondem às contidas no ficheiro <emphasis>/etc/"
-"ldap/gosa-server.ldif</emphasis>. As entradas em causa são:"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
-"60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,"
+#| "dc=skole,dc=skolelinux,dc=no</computeroutput>"
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,dc=skole,"
+"dc=skolelinux,dc=no</computeroutput>"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an "
+#| "editor like ldapvi. Make sure, DHCP related entries match those contained "
+#| "in the <emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries "
+#| "concerned are:"
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Lidar com a mudança para o iPXE – modificar as definições de DHCP em LDAP, "
+"por exemplo, usando um editor como ldapvi. Garantir que as entradas "
+"relacionadas com o DHCP correspondem às contidas no ficheiro <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis>. As entradas em causa são:"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid "Cope with GOsa changes - use new gosa.conf, fix LDAP access:"
@@ -4849,12 +4870,11 @@ msgid "Cope with Kerberos encryption type changes:"
 msgstr "Lidar com alterações no tipo de encriptação Kerberos:"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 "sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
 
@@ -9096,6 +9116,35 @@ msgstr ""
 "versões na página <ulink url=\"https://wiki.debian.org/DebianEdu/"
 "Documentation\">manuais das diferentes versões</ulink>."
 
+#~ msgid ""
+#~ "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
+#~ msgstr "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
+
 #~ msgid "Network Block Device Server"
 #~ msgstr "Servidor de aparelhos de blocos pela rede"
 


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.ro.po
=====================================
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: 2019-12-11 17:02+0000\n"
 "Last-Translator: Catalin ENE <catalin.ene73 at gmail.com>\n"
 "Language-Team: Romanian <https://hosted.weblate.org/projects/debian-edu-"
@@ -4976,7 +4976,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr ""
 
 #. type: CDATA
@@ -4995,33 +4995,47 @@ msgid ""
 "debian-edu-pxeinstall                                # to add PXE installation files and related iPXE menu items"
 msgstr ""
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
@@ -5065,13 +5079,9 @@ msgstr "<computeroutput>lsblk -p</computeroutput>"
 msgid "Cope with Kerberos encryption type changes:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr ""
-
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.sv.po
=====================================
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: 2020-08-21 10:36+0000\n"
 "Last-Translator: Luna Jernberg <droidbittin at gmail.com>\n"
 "Language-Team: Swedish <https://hosted.weblate.org/projects/debian-edu-"
@@ -3539,7 +3539,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr ""
 
 #. type: CDATA
@@ -3558,33 +3558,53 @@ msgid ""
 "debian-edu-pxeinstall                                # to add PXE installation files and related iPXE menu items"
 msgstr ""
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,"
+#| "dc=skole,dc=skolelinux,dc=no</computeroutput>"
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
+"<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,dc=skole,"
+"dc=skolelinux,dc=no</computeroutput>"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
@@ -3628,13 +3648,9 @@ msgstr "kör <computeroutput>exportfs -r</computeroutput>"
 msgid "Cope with Kerberos encryption type changes:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr ""
-
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.tr.po
=====================================
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: 2021-06-04 17:33+0000\n"
 "Last-Translator: udo pton <udopton at gmail.com>\n"
 "Language-Team: Turkish <https://hosted.weblate.org/projects/debian-edu-"
@@ -3455,7 +3455,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr ""
 
 #. type: CDATA
@@ -3474,33 +3474,47 @@ msgid ""
 "debian-edu-pxeinstall                                # to add PXE installation files and related iPXE menu items"
 msgstr ""
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
@@ -3540,13 +3554,9 @@ msgstr ""
 msgid "Cope with Kerberos encryption type changes:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr ""
-
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.zh-cn.po
=====================================
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: debian-edu-doc\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: 2021-03-18 22:18+0000\n"
 "Last-Translator: Ma Yong <debuser at yeah.net>\n"
 "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
@@ -4200,8 +4200,10 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
-msgstr ""
+#, fuzzy
+#| msgid "LDAP related changes"
+msgid "Cope with new LTSP and related changes:"
+msgstr "LDAP 相关变化"
 
 #. type: CDATA
 #, no-wrap
@@ -4219,41 +4221,54 @@ msgid ""
 "debian-edu-pxeinstall                                # to add PXE installation files and related iPXE menu items"
 msgstr ""
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
-"60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+#, fuzzy
+#| msgid ""
+#| "<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,"
+#| "dc=skole,dc=skolelinux,dc=no</computeroutput>"
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"<computeroutput>ldapvi --ldap-conf -ZD '(cn=admin)' -b ou=automount,dc=skole,"
+"dc=skolelinux,dc=no</computeroutput>"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid "Cope with GOsa changes - use new gosa.conf, fix LDAP access:"
@@ -4295,13 +4310,9 @@ msgstr "运行 <computeroutput>service apache2 restart</computeroutput>"
 msgid "Cope with Kerberos encryption type changes:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr ""
-
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
@@ -8112,6 +8123,32 @@ msgstr ""
 "述;或参阅<ulink url=\"https://wiki.debian.org/DebianEdu/Documentation\">发行"
 "手册页面</ulink>上相关的发行手册。"
 
+#~ msgid ""
+#~ "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
+#~ msgid ""
+#~ "85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+#~ msgstr ""
+#~ "85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
+#~ "dc=skolelinux,dc=no"
+
 #~ msgid "Network Block Device Server"
 #~ msgstr "网络块设备服务器"
 
@@ -9776,9 +9813,6 @@ msgstr ""
 #~ msgid "User visible changes"
 #~ msgstr "使用者看得到的变化"
 
-#~ msgid "LDAP related changes"
-#~ msgstr "LDAP 相关变化"
-
 #~ msgid "Other changes"
 #~ msgstr "其他变化"
 


=====================================
documentation/debian-edu-bullseye/debian-edu-bullseye-manual.zh-tw.po
=====================================
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2021-06-16 12:01+0200\n"
+"POT-Creation-Date: 2021-06-17 22:49+0200\n"
 "PO-Revision-Date: 2019-01-28 08:11+0000\n"
 "Last-Translator: Louies <louies0623 at gmail.com>\n"
 "Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/"
@@ -3532,7 +3532,7 @@ msgid ""
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
-msgid "Cope with new LTSP and related changes, run:"
+msgid "Cope with new LTSP and related changes:"
 msgstr ""
 
 #. type: CDATA
@@ -3551,33 +3551,47 @@ msgid ""
 "debian-edu-pxeinstall                                # to add PXE installation files and related iPXE menu items"
 msgstr ""
 
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
+msgid "Cope with move to iPXE:"
+msgstr ""
+
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"Cope with move to iPXE - modify DHCP settings in LDAP, e.g. using an editor "
-"like ldapvi. Make sure, DHCP related entries match those contained in the "
-"<emphasis>/etc/ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
+"Create a file <emphasis>ipxe.ldif</emphasis> with the following content:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "60 cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
+#. type: CDATA
+#, no-wrap
+msgid ""
+"dn: cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"changetype: modify\n"
+"add: dhcpOption\n"
+"dhcpOption: space ipxe\n"
+"dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe\n"
+"dhcpOption: ipxe.menu code 39 = unsigned integer 8\n"
+"dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8\n"
+"dhcpOption: arch code 93 = unsigned integer 16"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,"
-"dc=no"
+"Then run <computeroutput>ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,"
+"dc=skolelinux,dc=no' -W -f ipxe.ldif</computeroutput> to apply the changes."
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
 msgid ""
-"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. "
+"Make sure, DHCP related entries match those contained in the <emphasis>/etc/"
+"ldap/gosa-server.ldif</emphasis> file. Entries concerned are:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
+#. type: CDATA
+#, no-wrap
 msgid ""
-"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,"
-"dc=skolelinux,dc=no"
+"81 cn=intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no\n"
+"85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><para>
@@ -3617,13 +3631,9 @@ msgstr ""
 msgid "Cope with Kerberos encryption type changes:"
 msgstr ""
 
-#. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
-msgid "cp /etc/krb5kdc/kdc.conf_non-edu /etc/krb5kdc/kdc.conf"
-msgstr ""
-
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>
 msgid ""
-"sed -i 's/#supported_enctypes/supported_enctypes/' /etc/krb5kdc/kdc.conf"
+"sed -i 's/supported_enctypes/#supported_enctypes/' /etc/krb5kdc/kdc.conf"
 msgstr ""
 
 #. type: Content of: <article><section><section><section><itemizedlist><listitem><itemizedlist><listitem><para>



View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-doc/-/commit/1aa9a87f595703620b47cd6f22c9b8e151b34b35

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-doc/-/commit/1aa9a87f595703620b47cd6f22c9b8e151b34b35
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/20210618/a7f29685/attachment-0001.htm>


More information about the debian-edu-commits mailing list