diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-06-25 19:40:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-06-25 19:40:30 +0000 |
commit | ed1b2756bd37897fc342802361afef3b330193a6 (patch) | |
tree | 387936cb9d8e3726fce95fed6e7620d31c0af77b /lib/container | |
parent | Releasing version 20180527. (diff) | |
download | compute-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>
Diffstat (limited to 'lib/container')
-rwxr-xr-x | lib/container/start | 12 |
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 |