From af1794db461ed4bf9ca309c490b96aea32956a87 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 5 Feb 2014 12:58:39 +0100 Subject: [PATCH] oops --- lbuild-initvm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lbuild-initvm.sh b/lbuild-initvm.sh index d0f16f2f..f01bf317 100755 --- a/lbuild-initvm.sh +++ b/lbuild-initvm.sh @@ -493,8 +493,8 @@ function debian_install () { mirror=$(debian_mirror $fcdistro) debootstrap --arch $arch $fcdistro $lxc_root $mirror # just like with fedora we ensure a few packages get installed as well - virsh -c lxc:/// $lxc lxc-enter-namespace /bin/bash -c "apt-get update" - virsh -c lxc:/// $lxc lxc-enter-namespace /bin/bash -c "apt-get -y install $DEBIAN_PREINSTALLED" + virsh -c lxc:/// lxc-enter-namespace $lxc /bin/bash -c "apt-get update" + virsh -c lxc:/// lxc-enter-namespace $lxc /bin/bash -c "apt-get -y install $DEBIAN_PREINSTALLED" } function debian_configure () { -- 2.43.0