X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F20-sudo;h=f6934ea7d967dd06cddcc3233d7e2afdc1957eb5;hp=22c07cbdba79728bcf2576b1008c6d851f72450c;hb=d365bf75f19e177f2defeaf944d7f8dca849224b;hpb=4b2e8632eba4fa2343986f897cfcd59ed1413d66 diff --git a/etc/grml/fai/config/scripts/GRMLBASE/20-sudo b/etc/grml/fai/config/scripts/GRMLBASE/20-sudo index 22c07cb..f6934ea 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/20-sudo +++ b/etc/grml/fai/config/scripts/GRMLBASE/20-sudo @@ -1,5 +1,5 @@ #!/bin/bash -# Filename: /etc/grml/fai/config/scripts/GRMLBASE/20-sudo +# Filename: ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/20-sudo # Purpose: configure sudo setup of the live-system # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ @@ -8,15 +8,12 @@ set -u set -e +. "$GRML_LIVE_CONFIG" -USERNAME='' -[ -r /etc/grml/grml-live.conf ] && . /etc/grml/grml-live.conf -[ -r /etc/grml/grml-live.local ] && . /etc/grml/grml-live.local -[ -n "$USERNAME" ] || USERNAME=grml - -fcopy /etc/sudoers +fcopy -v /etc/sudoers sed -i "s/\$USERNAME/$USERNAME/" $target/etc/sudoers chmod 440 $target/etc/sudoers +chown 0:0 $target/etc/sudoers ## END OF FILE ################################################################# -# vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=3 +# vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2