You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cat <<CZXWXcRMTo8EmM8i4d | sudo -n tee -a "$globalVirtFS"/etc/sudoers > /dev/null
158
+
# ATTENTION: Unusual. A complete sudoers file is written here largely for formality, in case 'sudo' has somehow already been installed and may somehow be needed. Later, before sudo is deliberately installed, the sudoers file is deleted, then after sudo is deliberately installed, only the necessary additions are appended.
159
+
#sudo -n rm -f "$globalVirtFS"/etc/sudoers
160
+
#tee -a
161
+
cat <<CZXWXcRMTo8EmM8i4d | sudo -n tee "$globalVirtFS"/etc/sudoers > /dev/null
162
+
#
163
+
# This file MUST be edited with the 'visudo' command as root.
164
+
#
165
+
# Please consider adding local content in /etc/sudoers.d/ instead of
166
+
# directly modifying this file.
167
+
#
168
+
# See the man page for details on how to write a sudoers file.
@@ -173,9 +230,10 @@ user ALL=(ALL:ALL) NOPASSWD: ALL
173
230
%admin ALL=(ALL:ALL) NOPASSWD: ALL
174
231
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
175
232
%wheel ALL=(ALL:ALL) NOPASSWD: ALL
176
-
#%sudoALL=(ALL:ALL) ALL
233
+
#%sudoALL=(ALL:ALL) ALL
177
234
178
235
# Important. Prevents possibility of appending to sudoers again by 'rotten_install.sh' .
236
+
# End users may delete this long after dist/OS install is done.
179
237
#noMoreRotten
180
238
181
239
CZXWXcRMTo8EmM8i4d
@@ -233,8 +291,34 @@ CZXWXcRMTo8EmM8i4d
233
291
_getMost_backend_aptGetInstall btrfs-compsize
234
292
_getMost_backend_aptGetInstall zstd
235
293
294
+
# ATTENTION: Debian Bookworm sudoers default correctly changes the PATH for root user. Without this, 'cmd.sh', 'bootOnce', etc, will all FAIL - such commands as 'sudo -n poweroff' will FAIL .
295
+
sudo -n rm -f "$globalVirtFS"/etc/sudoers
236
296
_getMost_backend_aptGetInstall sudo
237
-
297
+
cat <<CZXWXcRMTo8EmM8i4d | sudo -n tee -a "$globalVirtFS"/etc/sudoers > /dev/null
# Up to 700s per kernel (ie. modules), plus 500s, total of 1147s for one kernel, 1749s to wait for three kernels.
1838
1838
#6200s ... had a track record of a few years
1839
+
# Prefer 6200s, as this is normally sufficient for both the apparent ~1900s without compiling vbox kernel modules, and longer times if compiling under qemu virtualizaton.
1840
+
# The longer 13500s wait is mostly only beneficial ONLY to make the exit status a clearly unambigious statement that FAIL actually happened, not merely timeout before compiling could complete.
# Up to 700s per kernel (ie. modules), plus 500s, total of 1147s for one kernel, 1749s to wait for three kernels.
50168
50168
#6200s ... had a track record of a few years
50169
+
# Prefer 6200s, as this is normally sufficient for both the apparent ~1900s without compiling vbox kernel modules, and longer times if compiling under qemu virtualizaton.
50170
+
# The longer 13500s wait is mostly only beneficial ONLY to make the exit status a clearly unambigious statement that FAIL actually happened, not merely timeout before compiling could complete.
cat << CZXWXcRMTo8EmM8i4d | sudo -n tee -a "$globalVirtFS"/etc/sudoers > /dev/null
55712
+
# ATTENTION: Unusual. A complete sudoers file is written here largely for formality, in case 'sudo' has somehow already been installed and may somehow be needed. Later, before sudo is deliberately installed, the sudoers file is deleted, then after sudo is deliberately installed, only the necessary additions are appended.
55713
+
#sudo -n rm -f "$globalVirtFS"/etc/sudoers
55714
+
#tee -a
55715
+
cat << CZXWXcRMTo8EmM8i4d | sudo -n tee "$globalVirtFS"/etc/sudoers > /dev/null
55716
+
#
55717
+
# This file MUST be edited with the 'visudo' command as root.
55718
+
#
55719
+
# Please consider adding local content in /etc/sudoers.d/ instead of
55720
+
# directly modifying this file.
55721
+
#
55722
+
# See the man page for details on how to write a sudoers file.
@@ -55725,9 +55784,10 @@ user ALL=(ALL:ALL) NOPASSWD: ALL
55725
55784
%admin ALL=(ALL:ALL) NOPASSWD: ALL
55726
55785
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
55727
55786
%wheel ALL=(ALL:ALL) NOPASSWD: ALL
55728
-
#%sudoALL=(ALL:ALL) ALL
55787
+
#%sudoALL=(ALL:ALL) ALL
55729
55788
55730
55789
# Important. Prevents possibility of appending to sudoers again by 'rotten_install.sh' .
55790
+
# End users may delete this long after dist/OS install is done.
55731
55791
#noMoreRotten
55732
55792
55733
55793
CZXWXcRMTo8EmM8i4d
@@ -55785,8 +55845,34 @@ CZXWXcRMTo8EmM8i4d
55785
55845
_getMost_backend_aptGetInstall btrfs-compsize
55786
55846
_getMost_backend_aptGetInstall zstd
55787
55847
55848
+
# ATTENTION: Debian Bookworm sudoers default correctly changes the PATH for root user. Without this, 'cmd.sh', 'bootOnce', etc, will all FAIL - such commands as 'sudo -n poweroff' will FAIL .
55849
+
sudo -n rm -f "$globalVirtFS"/etc/sudoers
55788
55850
_getMost_backend_aptGetInstall sudo
55789
-
55851
+
cat << CZXWXcRMTo8EmM8i4d | sudo -n tee -a "$globalVirtFS"/etc/sudoers > /dev/null
0 commit comments