Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add x32 to the list of recognized architectures
LXC supports x32 containers, but currently creation of those containers is broken: lxc-create: x32-test: ../src/lxc/confile.c: set_config_personality: 1432 Invalid argument - Unsupported personality "x32" lxc-create: x32-test: ../src/lxc/parse.c: lxc_file_for_each_line_mmap: 129 Failed to parse config file "/var/lib/lxc/x32-test/config" at line "lxc.arch = x32" lxc-create: x32-test: ../src/lxc/tools/lxc_create.c: main: 317 Failed to create container x32-test Signed-off-by: Mathias Gibbens <[email protected]>
- Loading branch information