From 5662cd6da15750ac1094c28f79ea68dc465fd0fb Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 2 Oct 2018 11:04:14 +0200 Subject: sbin/diskless-workstation-shell: Fix CHROOT path, now on stretch and of amd64 arch. --- sbin/diskless-workstation-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/diskless-workstation-shell') diff --git a/sbin/diskless-workstation-shell b/sbin/diskless-workstation-shell index baaa1fe..fd0e204 100755 --- a/sbin/diskless-workstation-shell +++ b/sbin/diskless-workstation-shell @@ -21,7 +21,7 @@ set -e VERSION=0.1 DLW_SHELL="bash" -CHROOT="/srv/ltsp/i386/" +CHROOT="/srv/ltsp/amd64.stretch/" test -e "$CHROOT" || { echo "ERROR: Diskless workstation chroot does not exist at $CHROOT." -- cgit v1.2.3