Commit 7d303dea by Tuomas Suutari Committed by Daniel Lezcano

lxc-fedora.in: Use i386 instead of i686

There is no i686 variant of Fedora, but Ubuntu seems to return i686 from the arch command. Signed-off-by: 's avatarTuomas Suutari <tuomas.suutari@gmail.com> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent de6a471a
...@@ -36,6 +36,10 @@ lxc_network_link=virbr0 ...@@ -36,6 +36,10 @@ lxc_network_link=virbr0
# is this fedora? # is this fedora?
[ -f /etc/fedora-release ] && is_fedora=true [ -f /etc/fedora-release ] && is_fedora=true
if [ "$arch" = "i686" ]; then
arch=i386
fi
configure_fedora() configure_fedora()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment