Skip to content
Snippets Groups Projects
Commit 0f9ea962 authored by J. Neuschäfer's avatar J. Neuschäfer Committed by Natanael Copa
Browse files

scripts/genrootfs.sh: Initialize the apk DB with the right architecture

parent 1c589508
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment