From acd2fc46d1b6a3d798892e10af90ecfad5330100 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 20 Oct 2018 12:34:38 -0400 Subject: added --radmins (optionally provide the admins group with root-like access). --- once/install.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'once/install.sh') diff --git a/once/install.sh b/once/install.sh index e34580b..a1762cd 100755 --- a/once/install.sh +++ b/once/install.sh @@ -10,6 +10,10 @@ else mkdir -p "$SYSROOT" || exit 2 fi +if [ "$admins_group_emulates_root" = 'yes' ]; then + ntux --cmd=chmod --strmode=m+p "$SYSROOT" || exit 2 +fi + for tarball in /tarballs/*.tar.gz; do echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ echo extracting files from $tarball -- cgit v1.2.3