diff options
Diffstat (limited to 'scripts/genrootfs.sh')
-rwxr-xr-x | scripts/genrootfs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genrootfs.sh b/scripts/genrootfs.sh index 5f4e6635b9..2c2c938a06 100755 --- a/scripts/genrootfs.sh +++ b/scripts/genrootfs.sh @@ -36,7 +36,7 @@ for link in $("$tmp"/bin/busybox --list-full); do done ${APK:-apk} fetch --keys-dir "$keys_dir" --no-cache \ - --repositories-file "$repositories_file" \ + --repositories-file "$repositories_file" --root "$tmp" \ --stdout --quiet alpine-base | tar -zx -C "$tmp" etc/ # make sure root login is disabled |