Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
e8672a9d
Unverified
Commit
e8672a9d
authored
Mar 22, 2017
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fedora: Fix i386 handling
Signed-off-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
0ccaa85b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lxc-fedora.in
templates/lxc-fedora.in
+2
-2
No files found.
templates/lxc-fedora.in
View file @
e8672a9d
...
@@ -221,7 +221,7 @@ to force a new download.
...
@@ -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
}
"
"
${
base
arch
}
"
"
${
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:
...
@@ -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 [i
6
86,x86_64]
-a, --arch Define what arch the container will be [i
3
86,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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment