mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
scripts/genrootfs.sh: Pass --root to the second apk invocation
Otherwise it won't know about the target architecture.
This commit is contained in:
parent
0f9ea9623f
commit
a62e51c204
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user