You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
As suggested by @jodh-intel in #28.
Consider to add a make settings rule or something to avoid having to update the docs every time we tweak its configuration, that way, we can document, run make settings to see what settings will be used to create the rootfs/image.
The text was updated successfully, but these errors were encountered:
This patch introduces a bash library (scripts/lib.sh) that concentrates
common functions. This also enhances future additions of other OSes, making
it more simple. Also, new variables were introduced in each distro config.sh
in order to parameterise the creation of package manager config (dnf/yum, in this case).
A fix to the resulting rootfs directory name (include OS name) is also fixed in this
patch.
Fixesclearcontainers#39Fixesclearcontainers#34
Signed-off-by: Erick Cardona <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As suggested by @jodh-intel in #28.
Consider to add a
make settings
rule or something to avoid having to update the docs every time we tweak its configuration, that way, we can document, run make settings to see what settings will be used to create the rootfs/image.The text was updated successfully, but these errors were encountered: