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

Glauber Costa glommer at openvz.org
Mon May 20 12:59:05 PDT 2013


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

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

-- 
1.7.11.7




More information about the Devel mailing list