Fix for late_command

main
alex 2022-07-07 20:45:48 +02:00
parent 470d453eab
commit 4f21ef2ea2
1 changed files with 0 additions and 1 deletions

View File

@ -194,5 +194,4 @@ d-i preseed/late_command string \
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; \
in-target cat <""
true