lxc / distrobuilder

System container image builder for LXC and Incus
https://linuxcontainers.org
Apache License 2.0
577 stars 166 forks source link

Update actions.md #847

Closed tienthanh2509 closed 4 months ago

tienthanh2509 commented 4 months ago

Add flag --with-post-file

By default, build-dir didn't execute post-files hook. In case the developer needs this hook. They can enable by the command line flag --with-post-files

distrobuilder \
        build-dir \
            --with-post-files \
            ubuntu.yaml rootfs

This PR update the document for this option, which didn't mention on any page of current document