mirror of
git://github.com/lxc/lxc
synced 2025-08-31 09:09:36 +00:00
fedora: Fix i386 handling
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
@@ -221,7 +221,7 @@ to force a new download.
|
|||||||
CHROOT_DIR="$(pwd)"
|
CHROOT_DIR="$(pwd)"
|
||||||
CHROOT_CMD="chroot ${CHROOT_DIR} "
|
CHROOT_CMD="chroot ${CHROOT_DIR} "
|
||||||
INSTALL_ROOT="/"
|
INSTALL_ROOT="/"
|
||||||
if ! setup_repositories "${cache}" "${arch}" "${FEDORA_RELEASE_DEFAULT}" "${mirror}"
|
if ! setup_repositories "${cache}" "${basearch}" "${FEDORA_RELEASE_DEFAULT}" "${mirror}"
|
||||||
then
|
then
|
||||||
echo "Error: Failed to configure repositories in ${CHROOT_DIR}${INSTALL_ROOT}"
|
echo "Error: Failed to configure repositories in ${CHROOT_DIR}${INSTALL_ROOT}"
|
||||||
exit 1
|
exit 1
|
||||||
@@ -938,7 +938,7 @@ Template specific options can be passed to lxc-create after a '--' like this:
|
|||||||
|
|
||||||
Template options:
|
Template options:
|
||||||
|
|
||||||
-a, --arch Define what arch the container will be [i686,x86_64]
|
-a, --arch Define what arch the container will be [i386,x86_64]
|
||||||
-c, --clean Clean bootstrap and download cache
|
-c, --clean Clean bootstrap and download cache
|
||||||
-d, --debug Run with 'set -x' to debug errors
|
-d, --debug Run with 'set -x' to debug errors
|
||||||
--fqdn Fully qualified domain name (FQDN)
|
--fqdn Fully qualified domain name (FQDN)
|
||||||
|
Reference in New Issue
Block a user