Skip to content

raspbian

Daniel Hiepler edited this page Aug 26, 2023 · 16 revisions

/bootstrap-plugins/raspbian - download raspbian image

Config parameters

Name Description Default Value
RPI_RASPBIAN_FLAVOR flavor of raspbian to use: lite or full raspbian_lite
RPI_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.

download raspbian full

RPI_RASPBIAN_FLAVOR="raspbian_full"

use local file instead of download

RPI_RASPBIAN_URL="/path/to/downloaded.zip"

use lite 64 bit version for raspberry pi 4

RPI_RASPBIAN_FLAVOR="raspios_lite_arm64"

Tests

TODO

Clone this wiki locally