Thanks, will look into it..
See
=======
commit 942b6a654a03789ac109f411df90034f7c639a1f
Author: Ayoub Zaki <
ayoub...@embexus.com>
Date: Mon Sep 25 21:23:02 2017 +0200
Add systemd swupdate mechanism for usb media
In case of using swupdate with systemd this add the possibility of
updating a device automatically when inserting an usb media containing
a valid update artifact:
-swupdate-usb.rules: trigger swupdate-usb@ service by passing device name as argument
-swupdate-progress.service: start progress tool that monitor update status
and reboot the device if update is succesful
-swupdate-usb@.service: mount the media device, pass the update artficat if existing
on usb media via client tool. In case of failure the media is umounted
Note that swupdate-usb@.service unit has a require dependency on swupdate-progress.service
which means the the latter is started first.
Signed-off-by: Ayoub Zaki <
ayoub...@embexus.com>
===
Really like this concept
I am hoping it works for the older initV also ,we are using swupdate from an ram based system, and systemd brings in about 10 Megs more that systemV (at least for us.)
(Trying to minimize the size of the rootfs that is packaged )
cheers