[go: nahoru, domu]

Skip to content

Commit

Permalink
Update bootstrap
Browse files Browse the repository at this point in the history
Add extractor override so that the bootstrap will always 'ar'.
  • Loading branch information
DennisLfromGA committed Sep 21, 2017
1 parent b230e19 commit bc36de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/ubuntu/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ fi
# Grab the release and drop it into the subdirectory
echo 'Downloading bootstrap files...' 1>&2
PATH="$newpath" DEBOOTSTRAP_DIR="$tmp" $FAKEROOT \
"$tmp/debootstrap" --foreign --arch="$ARCH" \
"$tmp/debootstrap" --foreign --extractor='ar' --arch="$ARCH" \
"$RELEASE" "$tmp/$subdir" "$MIRROR" 1>&2

0 comments on commit bc36de2

Please sign in to comment.