Removed SSH key removal - not necessary. Gets generated on first boot anyway.
This commit is contained in:
parent
12efa24978
commit
422f634e73
@ -60,9 +60,6 @@ aarch64-img-extra-config
|
|||||||
# Post install scripts:
|
# Post install scripts:
|
||||||
%post
|
%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)
|
# Write initial boot line to cmdline.txt (we will update the root partuuid further down)
|
||||||
cat > /boot/cmdline.txt << EOF
|
cat > /boot/cmdline.txt << EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user