mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +00:00
docs: Add a note on how to enable USB storage on a RPi3b
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com>
This commit is contained in:
parent
7a4233dec5
commit
d3da261158
@ -46,6 +46,14 @@ partition as `ext4` (or similar), and use it for persistent storage.
|
|||||||
|
|
||||||
**TODO:** Experiment with and document this set up.
|
**TODO:** Experiment with and document this set up.
|
||||||
|
|
||||||
|
To enable and external USB stick as disk, add the following to the
|
||||||
|
onboot section in your YAML:
|
||||||
|
|
||||||
|
```
|
||||||
|
- name: usb-storage
|
||||||
|
image: linuxkit/modprobe:<hash>
|
||||||
|
command: ["modprobe", "usb_storage"]
|
||||||
|
```
|
||||||
|
|
||||||
## Networking
|
## Networking
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user