Integrate feedback from Thomas Lange (thanks for the review!)
[grml-live.git] / etc / grml / fai / config / scripts / GRML / 20-sudo
index 3c648ea..502f2ae 100755 (executable)
@@ -6,7 +6,8 @@ USERNAME=''
 [ -r /etc/grml/grml-live.conf ] && . /etc/grml/grml-live.conf
 [ -n "$USERNAME" ] || USERNAME=grml
 
-cat > "$target"/etc/sudoers << EOF
+# FIXME: use /etc/grml/fai/... as base
+cat > $target/etc/sudoers << EOF
 # sudoers file.
 # This file MUST be edited with the "visudo" command as root.
 # See the man page for details on how to write a sudoers file.