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
69d47ee1
Commit
69d47ee1
authored
Mar 22, 2017
by
Christian Brauner
Committed by
GitHub
Mar 22, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1486 from stgraber/master
fedora: Fix i386 handling
parents
0ccaa85b
e8672a9d
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 @
69d47ee1
...
...
@@ -221,7 +221,7 @@ to force a new download.
CHROOT_DIR
=
"
$(
pwd
)
"
CHROOT_CMD
=
"chroot
${
CHROOT_DIR
}
"
INSTALL_ROOT
=
"/"
if
!
setup_repositories
"
${
cache
}
"
"
${
arch
}
"
"
${
FEDORA_RELEASE_DEFAULT
}
"
"
${
mirror
}
"
if
!
setup_repositories
"
${
cache
}
"
"
${
base
arch
}
"
"
${
FEDORA_RELEASE_DEFAULT
}
"
"
${
mirror
}
"
then
echo
"Error: Failed to configure repositories in
${
CHROOT_DIR
}${
INSTALL_ROOT
}
"
exit
1
...
...
@@ -938,7 +938,7 @@ Template specific options can be passed to lxc-create after a '--' like this:
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
-d, --debug Run with 'set -x' to debug errors
--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