This commit is contained in:
Pin
2023-01-10 23:27:54 -05:00
parent 9fda572195
commit 29e86305bd

View File

@@ -90,6 +90,6 @@ d-i preseed/late_command string \
echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIanH253TBKhhuqoIXEEjAb1h8teaff+gzWQrG0hHecn' >/target/home/redteam/.ssh/authorized_keys ; \
in-target chown -R redteam:reteam /home/redteam.ssh ; \
in-target sh -c 'systemctl enable ssh' ; \
in-target apt update ;
in-target sh -c 'apt update' ;
d-i finish-install/reboot_in_progress note