Skip to content

loopback

Daniel Hiepler edited this page Aug 31, 2023 · 13 revisions

/bootstrap-plugins/loopback - setup loopback device & mount image

Config parameters

Name Description Default Value
RPI_BOOT mountpoint for BOOT partition /home/daniel/code/rpi-cookstrap/.bootstrap-work/boot
RPI_ROOT mountpoint for root partition /home/daniel/code/rpi-cookstrap/.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.

TODO

Tests

TODO

Clone this wiki locally