Quoting Jiri Slaby ([email protected]):
> Otherwise the output looks like:
> Copying rootfs to /var/lib/lxc/tomcat/rootfs ...Please change
> root-password !
> ---
> templates/lxc-opensuse.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/templates/lxc-opensuse.in b/templates/lxc-opensuse.in
> index 1829ddf..d8aa2a1 100644
> --- a/templates/lxc-opensuse.in
> +++ b/templates/lxc-opensuse.in
> @@ -188,7 +188,7 @@ copy_opensuse()
> rootfs=$3
>
> # make a local copy of the mini opensuse
> - echo -n "Copying rootfs to $rootfs ..."
> + echo "Copying rootfs to $rootfs ..."
> mkdir -p $rootfs
> rsync -Ha $cache/rootfs-$arch/ $rootfs/ || return 1
Or, I suppose you could make it
rsync -Ha $cache/rootfs-$arch/ $rootfs/ || {echo "Failed"}; return 1;}
echo "done"
but either way...
Acked-by: Serge E. Hallyn <[email protected]>
> return 0
> --
> 1.8.1.2
>
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Lxc-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxc-devel