lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 7f282e0 03/14: Let all "lmi" group members us


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 7f282e0 03/14: Let all "lmi" group members use centos chroots
Date: Tue, 5 May 2020 09:03:27 -0400 (EDT)

branch: master
commit 7f282e0e9f944855620e71dcc3bbdeee01d3d95d
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Let all "lmi" group members use centos chroots
    
    Changed the centos script based on commit db260879 of 20200305T2337Z,
    which affected the redhat script only.
---
 install_centos.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install_centos.sh b/install_centos.sh
index 4748e5b..ceb26d7 100755
--- a/install_centos.sh
+++ b/install_centos.sh
@@ -74,7 +74,7 @@ cat >/etc/schroot/chroot.d/centos7lmi.conf <<EOF
 [centos7lmi]
 description=centos-7.7
 directory=/srv/chroot/centos7lmi
-users=${NORMAL_USER}
+users=${CHROOT_USERS}
 groups=${NORMAL_GROUP}
 root-groups=root
 shell=/bin/zsh
@@ -175,7 +175,7 @@ cat 
>/srv/chroot/centos7lmi/etc/schroot/chroot.d/"${CHRTNAME}".conf <<EOF
 aliases=lmi
 description=debian ${CODENAME} cross build ${CHRTVER}
 directory=/srv/chroot/${CHRTNAME}
-users=${NORMAL_USER}
+users=${CHROOT_USERS}
 groups=${NORMAL_GROUP}
 root-groups=root
 shell=/bin/zsh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]