Skip to content

raspbian

daniel edited this page May 8, 2021 · 16 revisions

/bootstrap-plugins/raspbian

download raspbian image

Variables

Name Description Default Value
RPI_DOWNLOAD_RASPBIAN_FLAVOR flavor of raspbian to use: lite or full lite
RPI_DOWNLOAD_RASPBIAN_URL alternative download URL or local path to downloaded zip https://downloads.raspberrypi.org/raspbian_lite_latest

Distfiles

none

Examples

RPI_BOOTSTRAP_PLUGINS+=("raspbian") to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "raspbian" ... ) to place at some position in the current list.

No examples, yet.

/bootstrap-plugins/raspbian - download raspbian image

Variables

Name Description Default Value
RPI_DOWNLOAD_RASPBIAN_FLAVOR flavor of raspbian to use: lite or full lite
RPI_DOWNLOAD_RASPBIAN_URL alternative download URL or local path to downloaded zip https://downloads.raspberrypi.org/raspbian_lite_latest

Distfiles

none

Examples

RPI_BOOTSTRAP_PLUGINS+=("raspbian") to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "raspbian" ... ) to place at some position in the current list.

No examples, yet.

Clone this wiki locally