bootstrap: cope with NFS and FUSE filesystems

pull/85/head
Serge Schneider 2017-06-20 16:17:12 +01:00
parent 02728fe65e
commit 530b66fd3f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ bootstrap(){
capsh --drop=cap_setfcap -- -c "${BOOTSTRAP_CMD} --components=main,contrib,non-free \ capsh --drop=cap_setfcap -- -c "${BOOTSTRAP_CMD} --components=main,contrib,non-free \
--arch armhf \ --arch armhf \
--keyring "${STAGE_DIR}/files/raspberrypi.gpg" \ --keyring "${STAGE_DIR}/files/raspberrypi.gpg" \
$1 $2 $3" $1 $2 $3" || rmdir "$2/debootstrap"
} }
export -f bootstrap export -f bootstrap