Removed SSH key removal - not necessary. Gets generated on first boot anyway.

This commit is contained in:
Skip Grube 2021-08-01 20:12:39 +00:00
parent 12efa24978
commit 422f634e73
1 changed files with 0 additions and 3 deletions

View File

@ -60,9 +60,6 @@ aarch64-img-extra-config
# Post install scripts:
%post
# Ensure no ssh keys are present
# (User's machine should generate them on first boot)
rm -f /etc/ssh/*_key*
# Write initial boot line to cmdline.txt (we will update the root partuuid further down)
cat > /boot/cmdline.txt << EOF