distrobuilder icon indicating copy to clipboard operation
distrobuilder copied to clipboard

Update actions.md

Open tienthanh2509 opened this issue 9 months ago • 0 comments

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

tienthanh2509 avatar May 15 '24 04:05 tienthanh2509