bootstrap: cope with NFS and FUSE filesystems
This commit is contained in:
parent
02728fe65e
commit
530b66fd3f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ bootstrap(){
|
|||
capsh --drop=cap_setfcap -- -c "${BOOTSTRAP_CMD} --components=main,contrib,non-free \
|
||||
--arch armhf \
|
||||
--keyring "${STAGE_DIR}/files/raspberrypi.gpg" \
|
||||
$1 $2 $3"
|
||||
$1 $2 $3" || rmdir "$2/debootstrap"
|
||||
}
|
||||
export -f bootstrap
|
||||
|
||||
|
|
Loading…
Reference in a new issue