| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bin/debian-edu-fai_install: Add support for trixie, prepare for forky. | Mike Gabriel | 2025-06-20 | 1 | -1/+1 |
| | | |||||
| * | bin/debian-edu-fai_updateconfigspace: Fix is-inside-(Git-)work-tree check. | Mike Gabriel | 2024-06-07 | 1 | -1/+1 |
| | | |||||
| * | bin/debian-edu-router-fai_updateconfigspace: Fix quoting typo in git command. | Mike Gabriel | 2023-11-19 | 1 | -1/+1 |
| | | |||||
| * | bin/debian-edu-fai_install: Promote http_proxy settings into FAI config ↵ | Mike Gabriel | 2023-09-23 | 1 | -0/+2 |
| | | | | | | | | space and set APTPROXY variable accordingly. This allows configuring the http proxy for initial system installation via /etc/debian-edu/debian-edu-fai.conf. | ||||
| * | bin/debian-edu-fai_updateconfigspace: More reliably detect if we are in a ↵ | Mike Gabriel | 2023-09-14 | 1 | -1/+1 |
| | | | | | Git working copy. | ||||
| * | bin/debian-edu-fai_install: Fix config file's name in comment. | Mike Gabriel | 2023-09-14 | 1 | -1/+1 |
| | | |||||
| * | {bin/debian-edu-fai_install,fai/config/class/DEBIAN.var.in}: Don't use ↵ | Mike Gabriel | 2023-09-14 | 1 | -0/+4 |
| | | | | | @mirrorurl@, use internally derived @apt_cdn@ variable instead. | ||||
| * | {bin/debian-edu-fai_install,fai/config/class/DEBIAN.var.in}: Propagate ↵ | Mike Gabriel | 2023-09-14 | 1 | -0/+1 |
| | | | | | mirrorurl from debian-edu-fai.conf into FAI config space. | ||||
| * | chmod a+x bin/debian-edu-fai_updateconfigspace | Mike Gabriel | 2023-09-07 | 1 | -0/+0 |
| | | |||||
| * | Rename bin/debian-edu-faiinstall to bin/debian-edu-fai_install for consistency | Guido Berhoerster | 2023-09-07 | 1 | -0/+0 |
| | | |||||
| * | bin/debian-edu-faiinstall: Mount /proc and /sys in nfsroot | Mike Gabriel | 2023-09-07 | 1 | -2/+5 |
| | | | | | | Mount prior to creating/updating it. Those mountpoints are needed by dracut's 45url-libs module. | ||||
| * | bin/debian-edu-router-faiinstall: Drop support for Debian versions older ↵ | Mike Gabriel | 2023-09-07 | 1 | -1/+1 |
| | | | | | than bullseye | ||||
| * | bin/debian-edu-faiinstall: Echo headlines to show where we are in the script | Mike Gabriel | 2023-09-07 | 1 | -1/+33 |
| | | |||||
| * | bin/debian-edu-faiinstall: Manage config space with ucf | Mike Gabriel | 2023-09-07 | 2 | -12/+102 |
| | | | | | Add bin/debian-edu-fai_updateconfigspace. | ||||
| * | Ensure parent of target directory exists before copying FAI config space | Guido Berhoerster | 2023-09-07 | 1 | -1/+4 |
| | | | | | | | | | | | | debian-edu-faiinstall does not check whether the parent of the target directory /srv/fai/config existed before invoking cp -a on the config space. Thus if /srv/fai does no exist cp will copy /usr/share/debian-edu-fai/fai/config to /srv/fai instead of /srv/fai/config which is not detected until booting a client via PXE. Fix this by ensuring the parent directory of $FAI_CONFIGDIR_REAL exists. Additionally do not hardcode /srv/fai which ignores that FAI_CONFIGDIR is configurable. | ||||
| * | Unset TMPDIR when invoking fai-make-nfsroot | Guido Berhoerster | 2023-09-07 | 1 | -3/+3 |
| | | | | | | | | On a DebianEdu installation pam_tmpdir is installed which sets TMPDIR to /tmp/user/<uid>. This is then propagated from fai-make-nfsroot to debootstrap which causes maintainer scripts making use of TMPDIR (e.g. by calling mktemp) to fail because the directory does not exist inside the chroot. | ||||
| * | Add support for memtest86+ 6 | Guido Berhoerster | 2023-09-07 | 1 | -2/+7 |
| | | |||||
| * | Use non-free-firmware component on bookworm and later | Guido Berhoerster | 2023-09-07 | 1 | -0/+5 |
| | | | | | This is required for installing the firmware packages. | ||||
| * | bin/debian-edu-faiinstall: Make sure FAI_CONFIGDIR_REAL is set before it is ↵ | Mike Gabriel | 2022-09-17 | 1 | -0/+1 |
| | | | | | accessed. | ||||
| * | bin/debian-edu-faiinstall: Drop unused $gtkvideo variable. | Mike Gabriel | 2022-03-04 | 1 | -3/+0 |
| | | |||||
| * | bin/debian-edu-faiinstall: Adjust path in comment. | Mike Gabriel | 2022-03-03 | 1 | -1/+1 |
| | | |||||
| * | bin/debian-edu-faiinstall: Adjust defaults for NFSROOT and TFTPROOT ↵ | Mike Gabriel | 2022-03-03 | 1 | -2/+2 |
| | | | | | according to debian-edu-fai.conf. | ||||
| * | bin/debian-edu-faiinstall: Drop duplicate value defaults for wifi_essid and ↵ | Mike Gabriel | 2022-03-03 | 1 | -2/+0 |
| | | | | | wifi_passphrase. | ||||
| * | Rename faiinstall.conf to debian-edu-fai.conf. | Mike Gabriel | 2022-03-03 | 1 | -3/+3 |
| | | |||||
| * | bin/debian-edu-faiinstall: Fix school_tag here, too. | Mike Gabriel | 2022-02-09 | 1 | -1/+1 |
| | | |||||
| * | bin/debian-edu-faiinstall: Obviously 'test -d' is true for symlinks that ↵ | Mike Gabriel | 2022-02-09 | 1 | -1/+1 |
| | | | | | point to a directory. In that case, we need to be more precise. | ||||
| * | bin/debian-edu-faiinstall: Typo fix for previous commit. | Mike Gabriel | 2022-02-04 | 1 | -1/+1 |
| | | |||||
| * | bin/debian-edu-faiinstall: Fix script failure if /srv/tftp/ltsp does not exist. | Mike Gabriel | 2022-02-04 | 1 | -1/+3 |
| | | |||||
| * | bin/debian-edu-faiinstall: Create .ipxe file as ltsp.ipxe first, then create ↵ | Mike Gabriel | 2022-01-27 | 1 | -3/+5 |
| | | | | | a symlink 'debian-edu-fai.ipxe' to reflect that this is not LTSP but FAI. | ||||
| * | bin/debian-edu-faiinstall: Adjust installation of TFTP configuration files. ↵ | Mike Gabriel | 2022-01-27 | 1 | -11/+20 |
| | | | | | Place files into /srv/tftp/ltsp to match Debian Edu 11 LDAP/DHCP settings. | ||||
| * | bin/debian-edu-faiinstall: Script for fully automatically deploying multiple ↵ | Mike Gabriel | 2022-01-04 | 1 | -0/+373 |
| FAI installer nfsroots on the local school network. | |||||
