diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-08-30 13:04:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-08-30 13:04:09 +0000 |
commit | 95644890ef9af3a57455d273deef6a28e3876b52 (patch) | |
tree | 43dfbddc8929213dfda9eeca7ecbbab84c6a5531 /lib/container/start | |
parent | Adding upstream version 20180527. (diff) | |
download | open-infrastructure-compute-tools-95644890ef9af3a57455d273deef6a28e3876b52.tar.xz open-infrastructure-compute-tools-95644890ef9af3a57455d273deef6a28e3876b52.zip |
Adding upstream version 20180825.upstream/20180825
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/container/start')
-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 |