Hi,
for all interested: attached you'll find a template script for ubuntu
containers.
--
Wilhelm
#!/bin/bash
#
# lxc: linux Container library
configure_ubuntu()
{
rootfs=$1
hostname=$2
# disable selinux in ubuntu
mkdir -p $rootfs/selinux
echo 0 > $rootfs/selinux/enfor
On 30/05/2010 19:07, Wilhelm wrote:
> Hi,
>
> for all interested: attached you'll find a template script for ubuntu
> containers.
interesting attachment.
could we take it in lxc as a new template exemple
in scripts/lxc-ubuntu.in ?
It will need few adaptations using some "@xxx@" but easy to change.
On 05/29/2010 01:15 AM, Ferenc Wagner wrote:
> Daniel Lezcano writes:
>
>> I will release a 0.6.6 version.
>>
>> If someone noticed a bug or has a patch to send, please let me know
>> before I put a tag.
>
> I'd really like to see some sort of signal forwarding in lxc-start, and
> waiting for feed
Am 30.05.2010 20:19, schrieb Michel Normand:
On 30/05/2010 19:07, Wilhelm wrote:
Hi,
for all interested: attached you'll find a template script for ubuntu
containers.
interesting attachment.
could we take it in lxc as a new template exemple
in scripts/lxc-ubuntu.in ?
Sure!
Attached I have