Skip to content

Commit

Permalink
Fix echo statement inside fedora template
Browse files Browse the repository at this point in the history
We no longer use mirrors.kernel.org.
Commit f71e8f4 switched it to archives.fedoraproject.org

Signed-off-by: Nehal J Wani <nehaljw.kkd1@gmail.com>
  • Loading branch information
nehaljwani committed Jan 28, 2016
1 parent 6361a0f commit 9565820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/lxc-fedora.in
Expand Up @@ -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...
Expand Down

0 comments on commit 9565820

Please sign in to comment.