diff --git a/docs/platform-rpi3.md b/docs/platform-rpi3.md index ab5dcf12f..ac23b4770 100644 --- a/docs/platform-rpi3.md +++ b/docs/platform-rpi3.md @@ -46,6 +46,14 @@ partition as `ext4` (or similar), and use it for persistent storage. **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: + command: ["modprobe", "usb_storage"] +``` ## Networking