mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
scripts/genrootfs.sh: Initialize the apk DB with the right architecture
This commit is contained in:
parent
1c58950842
commit
0f9ea9623f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user