diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-04 22:42:06 +0100 | 
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-04 22:42:06 +0100 | 
| commit | 517398a5c435143f7c7f55ca8e3a74dbdc83647a (patch) | |
| tree | bf45abe30a2ac4481f527821c08cef4c869b7b7e /sbin/diskless-workstation-shell.bookworm | |
| parent | 7e62b1ac15930769995c77674fc24fb4ee79ba20 (diff) | |
| download | itzks-systems-517398a5c435143f7c7f55ca8e3a74dbdc83647a.tar.gz itzks-systems-517398a5c435143f7c7f55ca8e3a74dbdc83647a.tar.bz2 itzks-systems-517398a5c435143f7c7f55ca8e3a74dbdc83647a.zip | |
diskless-workstation-shell*: Set explicit TMPDIR to /tmp (instead of being bothered by libpam-tmpdir.
Diffstat (limited to 'sbin/diskless-workstation-shell.bookworm')
| -rwxr-xr-x | sbin/diskless-workstation-shell.bookworm | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/sbin/diskless-workstation-shell.bookworm b/sbin/diskless-workstation-shell.bookworm index 54da7dd..8284d81 100755 --- a/sbin/diskless-workstation-shell.bookworm +++ b/sbin/diskless-workstation-shell.bookworm @@ -23,6 +23,8 @@ VERSION=0.3  DLW_SHELL="bash"  CHROOT="/srv/ltsp/dlw+amd64+bookworm/" +export TMPDIR=/tm +  test -e "$CHROOT" || {      echo "ERROR: Diskless workstation chroot does not exist at $CHROOT."      exit -1 | 
