mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
scripts/genrootfs.sh: exclude apk3 logfile
This commit is contained in:
parent
63099a4633
commit
366fd42f9b
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ ${APK:-apk} add --keys-dir "$keys_dir" --no-cache \
|
|||
--repositories-file "$repositories_file" \
|
||||
--no-script --root "$tmp" --initdb --arch "$arch" \
|
||||
"$@"
|
||||
|
||||
rm -f "$tmp"/var/log/apk.log
|
||||
|
||||
for link in $("$tmp"/bin/busybox --list-full); do
|
||||
[ -e "$tmp"/$link ] || ln -s /bin/busybox "$tmp"/$link
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue