[Devel] [PATCH v2 0/2] distro fixups

Kir Kolyshkin kir at openvz.org
Mon May 20 22:22:10 PDT 2013


On 05/20/2013 12:59 PM, Glauber Costa wrote:
> Kir,
>
> Here is a new attempt at implementing fixups scripts.
> They look nicer than the last version, and rely on a more
> generic and configurable script instead, that should make
> our lives a lot easier in the future.
>
> Please let me know what you think

Committed both, with some minor changes.

>
> Glauber Costa (2):
>    allow for distro-specific fix ups at creation time.
>    prestart: fixup legacy udev effects
>
>   etc/dists/debian.conf         |  1 +
>   etc/dists/redhat.conf         |  1 +
>   etc/dists/scripts/prestart.sh | 74 +++++++++++++++++++++++++++++++++++++++++++
>   etc/dists/suse.conf           |  1 +
>   include/dist.h                |  2 ++
>   src/lib/dist.c                | 10 +++++-
>   src/lib/env.c                 | 15 +++++++++
>   7 files changed, 103 insertions(+), 1 deletion(-)
>   create mode 100755 etc/dists/scripts/prestart.sh
>




More information about the Devel mailing list