summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2018-06-25 19:40:30 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2018-06-25 19:40:30 +0000
commited1b2756bd37897fc342802361afef3b330193a6 (patch)
tree387936cb9d8e3726fce95fed6e7620d31c0af77b
parentReleasing version 20180527. (diff)
downloadcompute-tools-ed1b2756bd37897fc342802361afef3b330193a6.tar.xz
compute-tools-ed1b2756bd37897fc342802361afef3b330193a6.zip
Dropping untested arm64 specific settings in container start command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rwxr-xr-xlib/container/start12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/container/start b/lib/container/start
index 62fb926..ac0275e 100755
--- a/lib/container/start
+++ b/lib/container/start
@@ -161,18 +161,6 @@ case "${HOST_ARCHITECTURE}" in
;;
esac
;;
-
- arm64)
- case "${MACHINE_ARCHITECTURE}" in
- armel|armhf)
- SETARCH="setarch armv7l"
- ;;
-
- *)
- SETARCH=""
- ;;
- esac
- ;;
esac
case "${START}" in