We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd4886 commit 449d43eCopy full SHA for 449d43e
scripts/common
@@ -12,7 +12,7 @@ bootstrap(){
12
BOOTSTRAP_ARGS+=(--arch armhf)
13
BOOTSTRAP_ARGS+=(--components "main,contrib,non-free")
14
BOOTSTRAP_ARGS+=(--keyring "${STAGE_DIR}/files/raspberrypi.gpg")
15
- BOOTSTRAP_ARGS+=(--exclude=info)
+ BOOTSTRAP_ARGS+=(--exclude=info,ifupdown)
16
BOOTSTRAP_ARGS+=(--include=ca-certificates)
17
BOOTSTRAP_ARGS+=("$@")
18
printf -v BOOTSTRAP_STR '%q ' "${BOOTSTRAP_ARGS[@]}"
0 commit comments