From 0f9ea9623f2d4030bf00cf634178456e3925e032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= <j.neuschaefer@gmx.net> Date: Tue, 24 Apr 2018 16:17:24 +0200 Subject: [PATCH] scripts/genrootfs.sh: Initialize the apk DB with the right architecture --- scripts/genrootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/genrootfs.sh b/scripts/genrootfs.sh index 59eed20f9788..5f4e6635b9e1 100755 --- a/scripts/genrootfs.sh +++ b/scripts/genrootfs.sh @@ -29,7 +29,7 @@ fi ${APK:-apk} add --keys-dir "$keys_dir" --no-cache \ --repositories-file "$repositories_file" \ - --no-script --root "$tmp" --initdb \ + --no-script --root "$tmp" --initdb --arch "$arch" \ "$@" for link in $("$tmp"/bin/busybox --list-full); do [ -e "$tmp"/$link ] || ln -s /bin/busybox "$tmp"/$link -- GitLab