Skip to content
Snippets Groups Projects
Commit 9b9c78e0 authored by Daniel Golle's avatar Daniel Golle
Browse files

base-files: evaluate uci-defaults on run-time installations


Packages may install scripts into /etc/uci-defaults to be executed once
after installation, usually at the first boot of the target. This works
fine if the package was installed to the rootfs during build or using
the ImageBuilder.
If the package is installed using opkg during run-time uci-defaults
were applied only after a reboot of the device. Avoid the need to
reboot by evaluting the package's uci-defaults in default-postinst.

Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
parent f6adbdf3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment