mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 11:13:50 +00:00
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: Tuomas Suutari <tuomas.suutari@gmail.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
parent
de6a471a1c
commit
7d303dea7d
@ -36,6 +36,10 @@ lxc_network_link=virbr0
|
||||
# is this fedora?
|
||||
[ -f /etc/fedora-release ] && is_fedora=true
|
||||
|
||||
if [ "$arch" = "i686" ]; then
|
||||
arch=i386
|
||||
fi
|
||||
|
||||
configure_fedora()
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user