scripts/genrootfs.sh: fix permissions of / in minirootfs

ref #9066
This commit is contained in:
Natanael Copa 2019-10-17 14:44:26 +00:00
parent bcdd7529cb
commit e58bd7992d

View File

@ -6,6 +6,7 @@ cleanup() {
tmp="$(mktemp -d)"
trap cleanup EXIT
chmod 0755 "$tmp"
arch="$(apk --print-arch)"
repositories_file=/etc/apk/repositories