On Wed, Dec 11, 2013 at 04:19:23PM +0900, KATOH Yasufumi wrote: > Signed-off-by: TAMUKI Shoichi <tam...@linet.gr.jp> > Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgra...@ubuntu.com> > --- > templates/lxc-plamo.in | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/templates/lxc-plamo.in b/templates/lxc-plamo.in > index bc4f80b..bcf226c 100644 > --- a/templates/lxc-plamo.in > +++ b/templates/lxc-plamo.in > @@ -195,7 +195,7 @@ configure_plamo() { > # disable pam_loginuid.so in /etc/pam.d/login (for libvirt's lxc driver) > sed -i '/pam_loginuid/s/^/#/' $rootfs/etc/pam.d/login > # glibc configure > - cp $rootfs/etc/ld.so.conf.new $rootfs/etc/ld.so.conf > + mv $rootfs/etc/ld.so.conf{.new,} > chroot $rootfs ldconfig > # root password > echo "Setting root password to 'root'..." > @@ -211,7 +211,7 @@ configure_plamo() { > EOF > # /etc/rc.d/rc.M > ed - $rootfs/etc/rc.d/rc.M <<- "EOF" > - 247,248d > + 259,260d > 56,79d > 31,38d > w > -- > 1.8.4.4 > > _______________________________________________ > lxc-devel mailing list > lxc-devel@lists.linuxcontainers.org > http://lists.linuxcontainers.org/listinfo/lxc-devel -- Stéphane Graber Ubuntu developer http://www.ubuntu.com
signature.asc
Description: Digital signature
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel