From 95658200a0e3cf21ba8ea547dabcd2f3d5bca078 Mon Sep 17 00:00:00 2001 From: Nehal J Wani Date: Fri, 22 Jan 2016 00:35:27 +0530 Subject: [PATCH] Fix echo statement inside fedora template We no longer use mirrors.kernel.org. Commit f71e8f4 switched it to archives.fedoraproject.org Signed-off-by: Nehal J Wani --- templates/lxc-fedora.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lxc-fedora.in b/templates/lxc-fedora.in index 1354d2192..e95e623df 100644 --- a/templates/lxc-fedora.in +++ b/templates/lxc-fedora.in @@ -579,7 +579,7 @@ but appears to be non-functional. Skipping... It should be removed. if [[ ! -f ../LiveOS/squashfs.img ]] then echo " -Downloading stage 0 LiveOS squashfs file system from mirrors.kernel.org... +Downloading stage 0 LiveOS squashfs file system from archives.fedoraproject.org... Have a beer or a cup of coffee. This will take a bit (~300MB). " sleep 3 # let him read it...