This fixes the path of fedora-release rpm url in lxc-fedora.in template. Signed-off-by: Antoine Catton <acat...@tiolive.com> --- 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 a8fb8ea..0538423 100644 --- a/templates/lxc-fedora.in +++ b/templates/lxc-fedora.in @@ -137,7 +137,7 @@ download_fedora() echo "Failed to get a mirror" continue fi - RELEASE_URL="$MIRROR_URL/Packages/fedora-release-$release-1.noarch.rpm" + RELEASE_URL="$MIRROR_URL/Packages/f/fedora-release-$release-1.noarch.rpm" echo "Fetching from $RELEASE_URL" curl -f "$RELEASE_URL" > $INSTALL_ROOT/fedora-release-$release.noarch.rpm if [ $? -ne 0 ]; then -- 1.7.11.2 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Lxc-devel mailing list Lxc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/lxc-devel