summaryrefslogtreecommitdiff
path: root/sbin/itzks-update-disklserver-squashfs-images
Commit message (Collapse)AuthorAgeFilesLines
* sbin/itzks-update-disklserver-squashfs-images: Ignore errors when removing ↵Mike Gabriel2022-02-051-1/+1
| | | | ltsp.conf and it is not (yet) present.
* LTSP: Support providing SSH access to diskless clients.Mike Gabriel2022-01-261-0/+8
|
* sbin/itzks-update-disklserver-squashfs-images: Make sure <chroot>/root.ssh/ ↵Mike Gabriel2022-01-141-0/+3
| | | | folder exists before trying to copy something inside.
* sbin/itzks-update-disklserver-squashfs-images: Typo fix in priv_key_file ↵Mike Gabriel2022-01-141-1/+1
| | | | name (d_rsa -> id_rsa).
* sbin/itzks-update-disklserver-squashfs-images: White-space / indentation fix.Mike Gabriel2022-01-141-1/+1
|
* sbin/itzks-update-disklserver-squashfs-images: Remove previous ↵Mike Gabriel2022-01-141-0/+1
| | | | x2gothinclient background before copying/symlinking.
* sbin/itzks-update-disklserver-squashfs-images: Add magic to configure an ↵Mike Gabriel2022-01-141-0/+49
| | | | X2Go TCE.
* sbin/itzks-update-disklserver-squashfs-images: Stop script run, if not run.Mike Gabriel2022-01-141-0/+5
|
* sbin/itzks-update-disklserver-squashfs-images: Also re-create / update ↵Mike Gabriel2022-01-111-1/+3
| | | | kernel images when running this script.
* sbin/itzks-update-disklserver-squashfs-images: Deploy SSH key file(s) and ↵Mike Gabriel2022-01-071-0/+25
| | | | authorized_keys file into DLW chroot.
* sbin/itzks-update-disklserver-squashfs-images: Use renamed ↵Mike Gabriel2022-01-061-3/+3
| | | | ltsp.conf.itzks-systems-disklserver.in file.
* sbin/itzks-update-disklserver-squashfs-images: Don't abort script in ↵Mike Gabriel2022-01-061-5/+6
| | | | creation of ltsp_chroots list. Move ltsp.img and iPXE boot menu update/creation to the bottom of the script.
* sbin/itzks-update-disklserver-squashfs-images: Create ltsp.conf from ↵Mike Gabriel2022-01-051-1/+18
| | | | ltsp.conf.in template file and use disklserver's root PW for root@<diskless-workstation>.
* sbin/itzks-update-disklserver-squashfs-images: Fail on errors.Mike Gabriel2022-01-051-0/+2
|
* sbin/itzks-update-disklserver-squashfs-images: Update ltsp.img and LTSP's ↵Mike Gabriel2022-01-051-0/+4
| | | | iPXE boot menu on a regular basis, while we are at it.
* sbin/itzks-update-disklserver-squashfs-images: Hack in a larger TMPDIR (and ↵Mike Gabriel2022-01-051-0/+8
| | | | work around libpam-tmpdir not working for root).
* sbin/itzks-update-disklserver-squashfs-images: Rewrite script (proper ↵Mike Gabriel2022-01-041-10/+10
| | | | variable syntax); adjust for next-generation LTSP.
* sbin/itzks-update-disklserver-squashfs-images: Typo fix rm command.Mike Gabriel2019-01-211-1/+1
|
* scripts: Add itzks-update-disklserver-squashfs-images for automatic LTSP ↵Mike Gabriel2018-11-071-0/+47
squashfs updates.