diff --git a/debian.cfg b/debian.cfg index c9cf6b8..b6241b0 100644 --- a/debian.cfg +++ b/debian.cfg @@ -193,5 +193,5 @@ d-i preseed/late_command string \ in-target chmod 700 "/home/deploy"; \ in-target chmod 700 "/home/deploy/.ssh"; \ in-target chmod 600 "/home/deploy/.ssh/authorized_keys"; \ - echo "deploy ALL = NOPASSWD: ALL" >/target/etc/suders.d/deploy; \ + echo "deploy ALL = NOPASSWD: ALL" >/target/etc/sudoers.d/deploy; \ true