projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07abf40
)
make armhf and armel chroot on arm64
author
Peter Palfrader
<peter@palfrader.org>
Wed, 18 Feb 2015 13:42:11 +0000
(14:42 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 18 Feb 2015 13:42:11 +0000
(14:42 +0100)
modules/schroot/files/setup-all-dchroots
patch
|
blob
|
history
diff --git
a/modules/schroot/files/setup-all-dchroots
b/modules/schroot/files/setup-all-dchroots
index
652d08b
..
66fd9eb
100755
(executable)
--- a/
modules/schroot/files/setup-all-dchroots
+++ b/
modules/schroot/files/setup-all-dchroots
@@
-69,6
+69,9
@@
case "$DPKGARCH" in
amd64)
archs="$archs i386"
;;
+ arm64)
+ archs="$archs armhf armel"
+ ;;
armhf)
if [ "$(uname -m)" = "aarch64" ] ; then
archs="$archs arm64"