projects
/
yocto
/
meta-hvmpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
128497c
)
swupdate: preserve /root/.ssh folder
author
Hugo Villeneuve
<hugo@hugovil.com>
Tue, 16 Sep 2025 20:59:39 +0000
(16:59 -0400)
committer
Hugo 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
patch
|
blob
|
history
diff --git
a/conf/distro/hvmpd.conf
b/conf/distro/hvmpd.conf
index
17e1dac
..
5f7d61c
100644
(file)
--- a/
conf/distro/hvmpd.conf
+++ b/
conf/distro/hvmpd.conf
@@
-48,3
+48,7
@@
SWU_PRESERVE_FILES ?= "\
/etc/ssh/ssh_host_rsa_key.pub \
/etc/exports \
"
+
+SWU_PRESERVE_FOLDERS ?= "\
+ /root/.ssh \
+"