aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-10-17 14:44:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-10-17 16:45:35 +0200
commit8a27538a82e8d47339b93f05880fc24d9cd21f8a (patch)
tree126112d189aebcaa50f1eb648f7caeb1496e8846
parent91688d24128d526576a426dbe219fef1db8aaf9c (diff)
downloadalpine_aports-8a27538a82e8d47339b93f05880fc24d9cd21f8a.tar.bz2
alpine_aports-8a27538a82e8d47339b93f05880fc24d9cd21f8a.tar.xz
alpine_aports-8a27538a82e8d47339b93f05880fc24d9cd21f8a.zip
scripts/genrootfs.sh: fix permissions of / in minirootfs
fixes #9066 (cherry picked from commit e58bd7992d0d7b657f02561eb4c255bdfe6751d6)
-rwxr-xr-xscripts/genrootfs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/genrootfs.sh b/scripts/genrootfs.sh
index 2c2c938a06..72f2c8f9e4 100755
--- a/scripts/genrootfs.sh
+++ b/scripts/genrootfs.sh
@@ -6,6 +6,7 @@ cleanup() {
6 6
7tmp="$(mktemp -d)" 7tmp="$(mktemp -d)"
8trap cleanup EXIT 8trap cleanup EXIT
9chmod 0755 "$tmp"
9 10
10arch="$(apk --print-arch)" 11arch="$(apk --print-arch)"
11repositories_file=/etc/apk/repositories 12repositories_file=/etc/apk/repositories