swupdate: preserve /root/.ssh folder
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 16 Sep 2025 20:59:39 +0000 (16:59 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Tue, 16 Sep 2025 20:59:39 +0000 (16:59 -0400)
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
conf/distro/hvmpd.conf

index 17e1dac..5f7d61c 100644 (file)
@@ -48,3 +48,7 @@ SWU_PRESERVE_FILES ?= "\
     /etc/ssh/ssh_host_rsa_key.pub \
     /etc/exports \
 "
+
+SWU_PRESERVE_FOLDERS ?= "\
+    /root/.ssh \
+"