Proposed patch to the Fedora template...
Purpose - Handle Fedora containers and Fedora Remix hosts on the
Raspberry Pi ARM platform.
Changes:
* Map armv6l and armv7l architectures to "arm" for yum and repos to
function properly.
* Detect Fedora Remix distros with no "/etc/fedora-release" file a
Cross posting over to the developers list, since this is definitely a
developer issue...
On Wed, 2013-04-03 at 11:29 +0200, Benito wrote:
> Hi There
>
> I've been working on a project on the Raspberry PI , where we want to
> run a 32-bit /64-bit fedora 14 container
> on the RaspberryPi . I've ha
Signed-off-by: Dwight Engen
---
templates/lxc-debian.in | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in
index 7bbc46b..e36523c 100644
--- a/templates/lxc-debian.in
+++ b/templates/lxc-debian.in
@@ -172,7 +172,18 @
The ubuntu template will silently fail (because it is set -e) on
the locale-gen command when LANG=C
Signed-off-by: Dwight Engen
---
templates/lxc-ubuntu.in | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/templates/lxc-ubuntu.in b/templates/lxc-ubuntu.in
index f011633..d
Quoting Dwight Engen (dwight.en...@oracle.com):
> Can I assume since the final pull request was sent for 0.9 that we can
> start sending patches for post 0.9 in? Hope so :)
>
> ---
>
> Fix lxc-create to not word split template arguments. This makes
> lxc-create -n ol -t oracle -- -r "at cronie wg
Can I assume since the final pull request was sent for 0.9 that we can
start sending patches for post 0.9 in? Hope so :)
---
Fix lxc-create to not word split template arguments. This makes
lxc-create -n ol -t oracle -- -r "at cronie wget" work since the argument
to -r will be passed as one arg in