aboutsummaryrefslogtreecommitdiff
path: root/fai/config/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag '2025.06.27.1' into itzksMike Gabriel2025-08-292-0/+10
|\ | | | | | | Release 2025.06.27.1
| * fai/config/: GNOME_MINIMAL: Provide an installation profile / class set for ↵Mike Gabriel2025-06-271-0/+5
| | | | | | | | minimal GNOME installation on tablets.
| * fai/config/scripts/GNOME/: Enforce gdm3 as display manager.Mike Gabriel2025-06-271-0/+5
| |
* | ITZkS: WiFi ESSID setup: append .nmconnection to system connection ↵Mike Gabriel2024-01-102-9/+9
| | | | | | | | NetworkManager config files.
* | ITZkS: Fix deployment of WiFi ESSID and passphrase.Mike Gabriel2024-01-102-14/+15
| |
* | fai/config/scripts/ITZKS/91-puppet-agent-test: Don't wait for CSR signing on ↵Mike Gabriel2023-10-031-1/+1
| | | | | | | | first puppet agent run. This removes a 2min delay at end of FAI installation.
* | Merge branch 'master' into itzksMike Gabriel2023-09-302-2/+6
|\|
| * fai/config/scripts/*/20-update-security-group-conf: Don't fail script if not ↵Mike Gabriel2023-09-292-2/+6
| | | | | | | | on DEBIAN_11.
| * Do not append the hostname to /etc/mailnameGuido Berhoerster2023-09-081-1/+3
| | | | | | | | | | | | Do not append to /etc/mailname, the file should contain a single hostname. Rather create it with the default "postoffice.intern" if it does not exist yet. This is consistent with manual installations.
| * Replace fetch-ldap-cert script usage with fetch-rootca-certGuido Berhoerster2023-09-071-2/+2
| | | | | | | | | | The fetch-ldap-cert init script has been obsolete and was removed (see #971780).
| * bin/debian-edu-router-faiinstall: Drop support for Debian versions older ↵Mike Gabriel2023-09-071-1/+1
| | | | | | | | than bullseye
| * Actually install /etc/security/group.conf on bullseyeGuido Berhoerster2023-09-072-0/+8
| | | | | | | | From bookworm on this is handled via cfengine.
| * fai/config/scripts/GRUB_EFI/10-setup: Explicitly set --bootnext entry to ↵Mike Gabriel2022-04-141-0/+8
| | | | | | | | 0000 after grub-install.
| * fai/config/scripts/GRUB_EFI/10-setup: Add EFI boot manager wipe for the Dell ↵Mike Gabriel2022-04-141-0/+11
| | | | | | | | Venue 8 Pro tablet series.
| * fai/config/scripts/GRUB_EFI/10-setup: Use backquotes, make Midnight ↵Mike Gabriel2022-04-141-1/+1
| | | | | | | | Commanders shell syntax highlighter happier.
| * fai/config/scripts/GRUB_EFI/10-setup: Use <tab> for indentations.Mike Gabriel2022-04-141-20/+20
| |
| * fai/config/scripts/EDU/50-cups-browsing: Assure that ↵Mike Gabriel2022-02-151-0/+6
| | | | | | | | CreateRemoteCUPSPrinterQueues is set to 'Yes'.
| * Revert "fai/config/scripts/EDU/50-cups-browsing: Assure that ↵Mike Gabriel2022-02-151-6/+0
| | | | | | | | | | | | CreateRemoteCUPSPrinterQueues is set to 'Yes'." This reverts commit c07b8a4e2dab01e1c5136167b62f3cf7907d42c7.
| * fai/config/scripts/EDU/50-cups-browsing: Assure that ↵Mike Gabriel2022-02-151-0/+6
| | | | | | | | CreateRemoteCUPSPrinterQueues is set to 'Yes'.
| * fai/config/scripts/ROAMING_WORKSTATION/80-fix-ldap-access: Use Debian Edu's ↵Mike Gabriel2022-01-041-1/+1
| | | | | | | | rootCA certificat for connecting to LDAP.
| * scripts/*WORKSTATION/10-update-debian-edu-config: Add FIXME comment. Needs ↵Mike Gabriel2022-01-042-0/+4
| | | | | | | | more investigation.
| * scripts/EDU/98-drop-fai-aptproxy: Drop script. It is actually quite ↵Mike Gabriel2022-01-041-6/+0
| | | | | | | | recommendable keeping the FAI proxy (it might be optimized for APT package downloading).
| * scripts/EDU/50-cups-browsing: Adapted to Debian Edu 11, modify ↵Mike Gabriel2022-01-041-5/+5
| | | | | | | | cups-browsed-debian-edu.conf instead of cups-browsed.conf.
| * Debian Edu profiles: Add support for 'Minimal' installation profile.Mike Gabriel2022-01-041-0/+13
| |
* | Do not append the hostname to /etc/mailnameGuido Berhoerster2023-09-131-1/+3
| | | | | | | | | | | | | | | | Do not append to /etc/mailname, the file should contain a single hostname. Rather create it with the default "postoffice.intern" if it does not exist yet. This is consistent with manual installations. (cherry picked from commit 4c9e66b1d36915f220f5812868a05cbcc31c9c1d)
* | Replace fetch-ldap-cert script usage with fetch-rootca-certGuido Berhoerster2023-09-131-2/+2
| | | | | | | | | | | | | | The fetch-ldap-cert init script has been obsolete and was removed (see #971780). (cherry picked from commit 4938961ca1bda88e727eb7e472c029ef5a76104f)
* | bin/debian-edu-router-faiinstall: Drop support for Debian versions older ↵Mike Gabriel2023-09-131-1/+1
| | | | | | | | | | | | than bullseye (cherry picked from commit 6b2eb0bcd8bf34eb72393749f92bd25cafb26f51)
* | Actually install /etc/security/group.conf on bullseyeGuido Berhoerster2023-09-132-0/+8
| | | | | | | | | | | | From bookworm on this is handled via cfengine. (cherry picked from commit c9af1e8d34a4a4828d2065a3ea9e8477140f8abf)
* | fai/config/scripts/EDU/50-cups-browsing: Assure that ↵Mike Gabriel2023-09-131-0/+6
| | | | | | | | | | | | CreateRemoteCUPSPrinterQueues is set to 'Yes'. (cherry picked from commit f5595de7c95c5d6079fc5da3c227a3c62e19e6e0)
* | Revert "fai/config/scripts/EDU/50-cups-browsing: Assure that ↵Mike Gabriel2023-09-131-6/+0
| | | | | | | | | | | | | | | | CreateRemoteCUPSPrinterQueues is set to 'Yes'." This reverts commit c07b8a4e2dab01e1c5136167b62f3cf7907d42c7. (cherry picked from commit bcc64cad1a451184a99885bcffd8f77b0ff9493f)
* | fai/config/scripts/ITZKS/50-wifisetup: Only create SSID.in for ↵Mike Gabriel2022-09-181-7/+10
| | | | | | | | NetworkManager's WiFi setup if wifi_essid and wifi_passphrase are set.
* | fai/config/scripts/GRUB_EFI/10-setup: Explicitly set --bootnext entry to ↵Mike Gabriel2022-04-141-0/+8
| | | | | | | | 0000 after grub-install.
* | fai/config/scripts/GRUB_EFI/10-setup: Add EFI boot manager wipe for the Dell ↵Mike Gabriel2022-04-081-0/+11
| | | | | | | | Venue 8 Pro tablet series.
* | fai/config/scripts/GRUB_EFI/10-setup: Use backquotes, make Midnight ↵Mike Gabriel2022-04-081-1/+1
| | | | | | | | Commanders shell syntax highlighter happier.
* | fai/config/scripts/GRUB_EFI/10-setup: Use <tab> for indentations.Mike Gabriel2022-04-081-20/+20
| |
* | fai/config/scripts/EDU/50-cups-browsing: Assure that ↵Mike Gabriel2022-02-151-0/+6
| | | | | | | | CreateRemoteCUPSPrinterQueues is set to 'Yes'.
* | Revert "fai/config/scripts/EDU/50-cups-browsing: Assure that ↵Mike Gabriel2022-02-151-6/+0
| | | | | | | | | | | | CreateRemoteCUPSPrinterQueues is set to 'Yes'." This reverts commit c07b8a4e2dab01e1c5136167b62f3cf7907d42c7.
* | fai/config/scripts/EDU/50-cups-browsing: Assure that ↵Mike Gabriel2022-02-151-0/+6
| | | | | | | | CreateRemoteCUPSPrinterQueues is set to 'Yes'.
* | fai/config/scripts/ITZKS/10-eth-network-interfaces: Don't mess with eth0 in ↵Mike Gabriel2022-01-271-8/+0
| | | | | | | | /etc/network/interfaces anymore. Handled better in Debian Edu 11.
* | fai/config/scripts/ITZKS_CUSTOMER/51-wifisetup-customer: Fix wrong variable ↵Mike Gabriel2022-01-271-1/+1
| | | | | | | | usage (wifi_password -> wifi_passphrase).
* | scripts/ITZKS/20-disable-gssd: Don't tweak rpc.gssd startup anymore. We need ↵Mike Gabriel2022-01-041-5/+0
| | | | | | | | it since Debian Edu 11 and the /etc/default/nfs-common is partially ignored anyway with systemd.
* | scripts/ITZKS/30-disable-nscd-netgroups-cache: No need to disable nscd ↵Mike Gabriel2022-01-041-7/+0
| | | | | | | | anymore on Debian Edu 11. Drop file.
* | scripts/ITZKS/60-localuser: Add localuser also to 'bluetooth' group.Mike Gabriel2022-01-041-1/+1
| |
* | scripts/ITZKS_CUSTOMER/51-wifisetup-customer: Remove SSID.in NetworkManager ↵Mike Gabriel2022-01-041-0/+4
| | | | | | | | connection profile template if we fail to set it up appropriately.
* | scripts/ITZKS/91-puppet-agent-test: Use non-systemd, generic way to enable ↵Mike Gabriel2022-01-041-1/+1
| | | | | | | | puppet agent service.
* | fai/config/scripts/ROAMING_WORKSTATION/80-fix-ldap-access: Use Debian Edu's ↵Mike Gabriel2022-01-041-1/+1
| | | | | | | | rootCA certificat for connecting to LDAP.
* | scripts/*WORKSTATION/10-update-debian-edu-config: Add FIXME comment. Needs ↵Mike Gabriel2022-01-042-0/+4
| | | | | | | | more investigation.
* | scripts/EDU/98-drop-fai-aptproxy: Drop script. It is actually quite ↵Mike Gabriel2022-01-041-6/+0
| | | | | | | | recommendable keeping the FAI proxy (it might be optimized for APT package downloading).
* | scripts/EDU/50-cups-browsing: Adapted to Debian Edu 11, modify ↵Mike Gabriel2022-01-041-5/+5
| | | | | | | | cups-browsed-debian-edu.conf instead of cups-browsed.conf.
* | Debian Edu profiles: Add support for 'Minimal' installation profile.Mike Gabriel2022-01-041-0/+13
| |