torizon / meta-toradex-torizon

Torizon OS OpenEmbedded Distro Layer
MIT License
6 stars 10 forks source link

container-host-config: add transient-store PACKAGECONFIG #1

Closed MingliuYan closed 5 months ago

MingliuYan commented 5 months ago

When it's enabled by:

PACKAGECONFIG = "transient-store"

a "transient_store = true" option would be added to ${sysconfdir}/containers/storage.conf, so podman will start containers with transient storage mode.

Reference about increase podman startup speed with transient storage: https://www.redhat.com/sysadmin/speed-containers-podman-raspberry-pi

transient-store PACKAGECONFIG is disabled by default.

Related-to: TOR-3302