Skip to content

Commit 449d43e

Browse files
committed
Exclude ifupdown as it slows down boot
1 parent 8fd4886 commit 449d43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/common

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bootstrap(){
1212
BOOTSTRAP_ARGS+=(--arch armhf)
1313
BOOTSTRAP_ARGS+=(--components "main,contrib,non-free")
1414
BOOTSTRAP_ARGS+=(--keyring "${STAGE_DIR}/files/raspberrypi.gpg")
15-
BOOTSTRAP_ARGS+=(--exclude=info)
15+
BOOTSTRAP_ARGS+=(--exclude=info,ifupdown)
1616
BOOTSTRAP_ARGS+=(--include=ca-certificates)
1717
BOOTSTRAP_ARGS+=("$@")
1818
printf -v BOOTSTRAP_STR '%q ' "${BOOTSTRAP_ARGS[@]}"

0 commit comments

Comments
 (0)