-
Notifications
You must be signed in to change notification settings - Fork 1
loopback
daniel edited this page May 8, 2021
·
13 revisions
setup loopback device & mount image
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 |
none
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.
/bootstrap-plugins/loopback - setup loopback device & mount image
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 |
none
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.