lxc / distrobuilder

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

Make run-parts running compatible with different versions #834

Closed nanjj closed 2 months ago

nanjj commented 2 months ago

The option `--exit-on-error' exists only on debian run-parts version. On centos, redhat or federa, run-parts has no such option.

The fix checks version and adds options accordingly.