From bd189b7114f672bb44f5fbd71b03e4c7eb0acabb Mon Sep 17 00:00:00 2001 From: drbroiler Date: Thu, 4 Aug 2022 23:08:35 +0200 Subject: [PATCH] fix sudoers --- debian.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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