[debian-edu-commits] [Debian Wiki] Update of "DebianEdu/Documentation/Bullseye/Upgrades" by WolfgangSchweer

Debian Wiki wiki at debian.org
Wed Jun 16 15:49:27 BST 2021


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianEdu/Documentation/Bullseye/Upgrades" page has been changed by WolfgangSchweer:
https://wiki.debian.org/DebianEdu/Documentation/Bullseye/Upgrades?action=diff&rev1=9&rev2=10

  debian-edu-pxeinstall                                # to add PXE installation files and related iPXE menu items 
  }}}
  
-  * 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 ''/etc/ldap/gosa-server.ldif'' file. Entries concerned are:
+  * Cope with move to iPXE
+  Create a file ''ipxe.ldif'' with content:
+  {{{
-   * 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
+ changetype: modify
+ add: dhcpOption
+ dhcpOption: space ipxe
+ dhcpOption: ipxe-encap-opts code 175 = encapsulate ipxe
+ dhcpOption: ipxe.menu code 39 = unsigned integer 8
+ dhcpOption: ipxe.no-pxedhcp code 176 = unsigned integer 8
+ dhcpOption: arch code 93 = unsigned integer 16  
+ }}}
+  and run {{{ldapadd -ZD 'cn=admin,ou=ldap-access,dc=skole,dc=skolelinux,dc=no' -W -f ipxe.ldif}}}.
+  
+  Modify some more DHCP settings in LDAP, e.g. using an editor like ldapvi. Make sure, DHCP related entries match those contained in the ''/etc/ldap/gosa-server.ldif'' file. Entries concerned are:
+  {{{
-   * 81 cn=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
-   * 83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no
+ 83 cn=subnet00.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no
-   * 85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no
+ 85 cn=subnet01.intern,cn=dhcp,cn=tjener,ou=servers,ou=systems,dc=skole,dc=skolelinux,dc=no
-   
+ }}}
+  
   * Cope with GOsa changes - use new gosa.conf, fix LDAP access:
    * cp /etc/gosa/gosa.conf /etc/gosa/gosa.conf.buster # backup
    * cp /usr/share/debian-edu-config/gosa.conf.template /etc/gosa/gosa.conf # new gosa.conf file



More information about the debian-edu-commits mailing list