[lxc-devel] [GIT] lxc branch, master, updated. eb960fea5851c96136146300b44951427524cb14

Daniel Lezcano git at users.sourceforge.net
Sun Dec 27 21:37:06 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".

The branch, master has been updated
       via  eb960fea5851c96136146300b44951427524cb14 (commit)
       via  418c73ad12f34e461782c0b0514e0ad9729381bc (commit)
       via  1b6d8e7197f1f80a0c17ba59e51e59f59cc09ec1 (commit)
       via  fb7460fe60699b637bbb97b404e752284e755519 (commit)
      from  1d6b1976a0eb2308ef8dd4dc69c8726204c6d597 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit eb960fea5851c96136146300b44951427524cb14
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Sun Dec 27 22:36:09 2009 +0100

    busybox template
    
    This script builds a busybox rootfs and provides the associated
    configuration to run the busybox.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 418c73ad12f34e461782c0b0514e0ad9729381bc
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Sun Dec 27 22:36:09 2009 +0100

    adapt lxc-sshd to be a template
    
    Cleanup the script, simplify it and pass the arguments to this
    script to be callable by lxc-create template logic.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 1b6d8e7197f1f80a0c17ba59e51e59f59cc09ec1
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Sun Dec 27 22:36:09 2009 +0100

    add template option for lxc-create
    
    The lxc-create command is now able to call a sub script to install
    a mini template.
    Right now, debian is supported.
    
    The rootfs is stored automatically in <lxcpath>/<name>/rootfs
    So the rootfs is a subdirectory of the container configuration directory.
    
    When lxc-destroy is called, the rootfs is deleted with the container
    configuration.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit fb7460fe60699b637bbb97b404e752284e755519
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Sun Dec 27 22:36:09 2009 +0100

    cleanup lxc-debian script
    
    The lxc-debian is epurated and consolidated with a better
    error handling.
    
    This script is no longer interactive but it installs in a specified
    place the debian rootfs.
    
    This script is not supposed to be called directly so it will fall in
    libexec path very soon. This script is called by lxc-create
    as a template with the right option and the right place.
    
    The debian network configuration is by dhcp.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

-----------------------------------------------------------------------

Summary of changes:
 configure.ac           |    1 +
 scripts/Makefile.am    |    1 +
 scripts/lxc-busybox.in |  267 +++++++++++++++++++++
 scripts/lxc-debian.in  |  551 ++++++++++++++++++--------------------------
 scripts/lxc-sshd.in    |  604 +++++++++++++-----------------------------------
 src/lxc/lxc-create.in  |   60 +++++-
 6 files changed, 711 insertions(+), 773 deletions(-)
 create mode 100644 scripts/lxc-busybox.in


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list