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

scripts/genrootfs.sh: Pass --root to the second apk invocation

Otherwise it won't know about the target architecture.
parent 0f9ea962
No related merge requests found
......@@ -36,7 +36,7 @@ for link in $("$tmp"/bin/busybox --list-full); do
done
${APK:-apk} fetch --keys-dir "$keys_dir" --no-cache \
--repositories-file "$repositories_file" \
--repositories-file "$repositories_file" --root "$tmp" \
--stdout --quiet alpine-base | tar -zx -C "$tmp" etc/
# make sure root login is disabled
......
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