luci/applications/luci-app-attendedsysupgrade
Paul Spooren 65266c490a luci-app-attendedsysupgrade: fix missing efi path
If running on a non EFI system, the file `/sys/firmware/efi` is not
available and therefore results in an error of `fs.stat`. Wrap it with
`L.resolveDefault` to avoid the error message and make it work on
non-EFI devices again.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2022-03-09 11:31:25 +01:00
..
htdocs/luci-static/resources/view/attendedsysupgrade luci-app-attendedsysupgrade: fix missing efi path 2022-03-09 11:31:25 +01:00
po Translated using Weblate (Danish) 2022-03-06 17:42:14 +02:00
root/usr/share luci-app-attendedsysupgrade: LuCIfy codebase 2022-03-02 10:48:31 +01:00
Makefile luci-app-attendedsysupgrade: remove depends uhttpd-mod-ubus 2021-07-02 09:28:45 -10:00
README.md luci-app-attendedsysupgrade: add README 2021-09-14 21:27:28 -10:00

luci-app-attendedsysupgrade

This app allows firmware upgrades of routers while keeping user installed packages. To do so the app sends a request to an Atttended SysUpgrade server which will respond with a custom image, containing all previously installed packages.

The process takes per images between 30 seconds and 5 minutes, please be patient.

More information on the backend server and how to host one are available on the projects page: https://github.com/aparcar/asu/