Re: [lxc-devel] [PATCH] change default path for config files to /etc/lxc

2011-11-30 Thread Alexey Shabalin
2011/10/13 Alexey Shabalin : > 2011/9/27 Greg Kurz : >> On Tue, 2011-09-27 at 14:10 +0200, Frederic Crozat wrote: >>> Le vendredi 26 août 2011 à 16:00 +0400, Alexey Shabalin a écrit : >>> > 2011/8/26 Daniel Lezcano : >>> > > On 08/23/2011 03:56 PM, Alex

Re: [lxc-devel] [PATCH] change default path for config files to /etc/lxc

2011-10-13 Thread Alexey Shabalin
2011/9/27 Greg Kurz : > On Tue, 2011-09-27 at 14:10 +0200, Frederic Crozat wrote: >> Le vendredi 26 août 2011 à 16:00 +0400, Alexey Shabalin a écrit : >> > 2011/8/26 Daniel Lezcano : >> > > On 08/23/2011 03:56 PM, Alexey Shabalin wrote: >> > >> Hel

Re: [lxc-devel] [PATCH] add ALTLinux template

2011-10-13 Thread Alexey Shabalin
> On 08/16/2011 02:14 PM, Alexey Shabalin wrote: >> Hello. >> This patch add template for ALTLinux. (based on fedora template) >> Thanks. > Applied. Update ALTLinux template. -- Alexey Shabalin diff --git a/templates/lxc-altlinux.in b/templates/lxc-altlinux.in index

Re: [lxc-devel] [PATH] change default path for config files to /etc/lxc

2011-08-26 Thread Alexey Shabalin
2011/8/26 Daniel Lezcano : > On 08/23/2011 03:56 PM, Alexey Shabalin wrote: >> Hello. >> I think the directory /etc better suited for storing configuration files. >> This patch allows you to specify the location configs as options for >> ./configure. > > Is thi

[lxc-devel] [PATH] change default path for config files to /etc/lxc

2011-08-23 Thread Alexey Shabalin
Hello. I think the directory /etc better suited for storing configuration files. This patch allows you to specify the location configs as options for ./configure. -- Alexey Shabalin From 81c5933f62c85f2b09288393b44f831a1debfdee Mon Sep 17 00:00:00 2001 From: Alexey Shabalin Date: Tue, 23 Aug

[lxc-devel] touch /fastboot to rootfs before start container

2011-08-16 Thread Alexey Shabalin
Hello. Please add code to lxc-start for touch /fastboot to rootfs before start container, like vzctl: /* Create /fastboot to skip run fsck */ fd = open("/fastboot", O_CREAT | O_RDONLY, 0644); close(fd); Thanks. -- Alexe

[lxc-devel] [PATCH] add ALTLinux template

2011-08-16 Thread Alexey Shabalin
Hello. This patch add template for ALTLinux. (based on fedora template) Thanks. -- Alexey Shabalin From d39f26562388fd7034f68dc0390c0f698bb4ccb0 Mon Sep 17 00:00:00 2001 From: Alexey Shabalin Date: Tue, 16 Aug 2011 16:00:51 +0400 Subject: [PATCH] add lxc-altlinux template --- .gitignore