From: Hugo Villeneuve Date: Tue, 16 Sep 2025 20:36:44 +0000 (-0400) Subject: swupdate: preserve hv-rsync configuration file X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=128497c0c79bc6e891dd4988c721b59584da668c;p=yocto%2Fmeta-hvmpd.git swupdate: preserve hv-rsync configuration file Signed-off-by: Hugo Villeneuve --- diff --git a/conf/distro/hvmpd.conf b/conf/distro/hvmpd.conf index 1611d95..17e1dac 100644 --- a/conf/distro/hvmpd.conf +++ b/conf/distro/hvmpd.conf @@ -37,6 +37,7 @@ SOUND_CARD ?= "default" # List of files/folders to preserve between updates: SWU_PRESERVE_FILES ?= "\ /root/.bash_history \ + /root/.hv-rsync.conf \ /etc/hostname \ /etc/localtime \ /etc/ssh/ssh_host_ecdsa_key \