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

fixes #9066

(cherry picked from commit e58bd7992d0d7b657f02561eb4c255bdfe6751d6)
This commit is contained in:
Natanael Copa 2019-10-17 14:44:26 +00:00
parent 91688d2412
commit 8a27538a82

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