Installer: Do not copy SSH host keys into target.

Fixes #19113.

Change-Id: I8e837ba236de44fb76a6668e297bb1a554e62b24
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8944
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
William Johnson
2025-02-07 20:07:44 +00:00
committed by waddlesplash
parent a3d331623c
commit 03d5061185
+6
View File
@@ -101,6 +101,12 @@ public:
fIgnorePaths.insert("system/var/shared_memory");
fIgnorePaths.insert("system/var/log/syslog");
fIgnorePaths.insert("system/var/log/syslog.old");
fIgnorePaths.insert("system/settings/ssh/ssh_host_ecdsa_key");
fIgnorePaths.insert("system/settings/ssh/ssh_host_ecdsa_key.pub");
fIgnorePaths.insert("system/settings/ssh/ssh_host_ed25519_key");
fIgnorePaths.insert("system/settings/ssh/ssh_host_ed25519_key.pub");
fIgnorePaths.insert("system/settings/ssh/ssh_host_rsa_key");
fIgnorePaths.insert("system/settings/ssh/ssh_host_rsa_key.pub");
fPackageFSRootPaths.insert("system");
fPackageFSRootPaths.insert("home/config");