From 422f634e734570be58c835dd5262f5c39ae854ea Mon Sep 17 00:00:00 2001 From: Skip Grube Date: Sun, 1 Aug 2021 20:12:39 +0000 Subject: [PATCH] Removed SSH key removal - not necessary. Gets generated on first boot anyway. --- Rocky8_Rpi4.ks | 3 --- 1 file changed, 3 deletions(-) diff --git a/Rocky8_Rpi4.ks b/Rocky8_Rpi4.ks index 9561c25..851d365 100644 --- a/Rocky8_Rpi4.ks +++ b/Rocky8_Rpi4.ks @@ -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