[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] Adjust cf3/cf.homes: Set correct LTSP chroot path. (Closes: #931680)
WolfgangSchweer
gitlab at salsa.debian.org
Tue Jul 9 10:09:38 BST 2019
WolfgangSchweer pushed to branch master at Debian Edu / debian-edu-config
Commits:
a44ae0a8 by Wolfgang Schweer at 2019-07-09T09:07:58Z
Adjust cf3/cf.homes: Set correct LTSP chroot path. (Closes: #931680)
The reported arch on i386 is i686, LTSP uses i386. Set arch accordingly.
Signed-off-by: Wolfgang Schweer <wschweer at arcor.de>
- - - - -
2 changed files:
- cf3/cf.homes
- debian/changelog
Changes:
=====================================
cf3/cf.homes
=====================================
@@ -38,7 +38,7 @@ bundle agent editline_homes
vars:
"default_arch" string => ifelse("x86_64", "amd64",
- "i386", "i386",
+ "i686", "i386",
$(sys.arch));
"combined" slist => { "/srv/nfs4 @ltsp-server-hosts(sec=krb5p:krb5i:krb5:sys,rw,sync,fsid=0,crossmnt,no_subtree_check) @workstation-hosts(sec=krb5p:krb5i:krb5:sys,rw,sync,fsid=0,crossmnt,no_subtree_check) @server-hosts(sec=krb5p:krb5i:krb5:sys,rw,sync,fsid=0,crossmnt,no_subtree_check)",
"/srv/nfs4/home0 @ltsp-server-hosts(sec=krb5p:krb5i:krb5:sys,rw,sync,no_subtree_check) @workstation-hosts(sec=krb5p:krb5i:krb5:sys,rw,sync,no_subtree_check) @server-hosts(sec=krb5p:krb5i:krb5:sys,rw,sync,no_subtree_check)",
=====================================
debian/changelog
=====================================
@@ -21,6 +21,8 @@ debian-edu-config (2.10.66) UNRELEASED; urgency=medium
this information.
- Add instructions to cf3/cf.workarounds to link the 'edu-firefox-nfs' file
to appropriate files below '/etc/X11/Xsession.d' and '/etc/profile.d'.
+ * Adjust cf3/cf.homes: Set correct LTSP chroot path. (Closes: #931680)
+ - While the reported arch is i686, LTSP uses i386. Set arch accordingly.
[ Mike Gabriel ]
* debian/debian-edu-config.fetch-ldap-cert: Make the script (and with it
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/commit/a44ae0a8e1ddf7044e749a64c177c7a0b4f61982
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/commit/a44ae0a8e1ddf7044e749a64c177c7a0b4f61982
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20190709/62a79de3/attachment.html>
More information about the debian-edu-commits
mailing list