blob: 0f7add3d11e23e639a050088999ce9c133d7175f [file] [log] [blame]
config BR2_PACKAGE_CZECHLIGHT_CFG_FS
bool "Prepare persistent /cfg partition and /etc overlay. Install required YANG models."
depends on BR2_INIT_SYSTEMD
depends on BR2_PACKAGE_NETOPEER2
select BR2_PACKAGE_HOST_JQ
select BR2_PACKAGE_JQ
help
This is required for RAUC to work properly. It creates a blank FS
image, configures systemd to mount it, and ensures that its contents
get restored to /etc at boot. The /etc is set up as a RW overlay on
top of a read-only rootfs.
This takes care of installing YANG files used by czechlight system
daemons into sysrepo.
if BR2_PACKAGE_CZECHLIGHT_CFG_FS
config CZECHLIGHT_CFG_FS_SIZE
string "exact size"
default "128M"
help
Size of the /cfg filesystem image. This must be big enough to
accommodate all configuration, but small enough to fit within the
corresponding partition.
endif # BR2_PACKAGE_CZECHLIGHT_CFG_FS