I found the solution. The "--arch" option has to be on the end of the "lxc-create" command line. "--" should be used to divide "lxc-create" and template arguments. A valid command line for installing Debian 7 with configuration file /etc/lxc/debian701.conf, name "debian701" and template "debian" is lxc-create -f /etc/lxc/debian701.conf -n debian701 -t debian -- --arch i386 Björn Bjoern Voigt wrote:
Hello,
I wonder, if it's possible to install and run a 32Bit LXC Linux guest in a 64Bit host system.
Some Debian/Ubuntu guides mention the option "--arch" for "lxc-create" e.g.:
https://help.ubuntu.com/lts/serverguide/lxc.html
But this option is not available in openSUSE and in LXC source code.
Greetings, Björn
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org