Skip to content

loopback

daniel edited this page May 8, 2021 · 13 revisions

setup loopback device & mount image

Variables

Name Description Default Value
RPI_BOOT mountpoint for BOOT partition .bootstrap-work/boot
RPI_ROOT mountpoint for root partition .bootstrap-work/root
RPI_LOOPBACK_IMAGE image filename
RPI_LOOPBACK_DEVICE will be set to used /dev/loopX device

Distfiles

none

Examples

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

No examples, yet.

Clone this wiki locally