aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan Wagner <mail@jwagner.eu>2016-03-12 17:20:43 +0100
committerJan Wagner <mail@jwagner.eu>2016-03-12 17:20:43 +0100
commitda643e7838f268c85ac89832cf71c94685a4877a (patch)
tree075303de6a568bc7c3de697ec975058ecdb13f04 /README.md
parent4aa8ac6985680eb12ba5c82422ecc50e2bb55447 (diff)
parent69e22e063597ae540d175a6044eedede3b012a4b (diff)
downloadrpi2-gen-image-da643e7838f268c85ac89832cf71c94685a4877a.tar.gz
rpi2-gen-image-da643e7838f268c85ac89832cf71c94685a4877a.tar.bz2
rpi2-gen-image-da643e7838f268c85ac89832cf71c94685a4877a.zip
Merge branch 'vknecht-master'
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index ee8ee9b..f7d8795 100644
--- a/README.md
+++ b/README.md
@@ -150,6 +150,9 @@ password, use only in trusted environments.
##### `ENABLE_HARDNET`=false
Enable IPv4/IPv6 network stack hardening settings.
+##### `ENABLE_SPLITFS`=false
+Enable having root partition on an USB drive by creating two image files: one for the `/boot/firmware` mount point, and another for `/`.
+
##### `CHROOT_SCRIPTS`=""
Path to a directory with scripts that should be run in the chroot before the image is finally built. Every executable file in this direcory is run in lexicographical order.
@@ -212,3 +215,8 @@ After the image file was successfully created by the `rpi2-gen-image.sh` script
bmaptool copy ./images/jessie/2015-12-13-debian-jessie.img /dev/mmcblk0
dd bs=4M if=./images/jessie/2015-12-13-debian-jessie.img of=/dev/mmcblk0
```
+If you have set `ENABLE_SPLITFS`, copy the `-frmw` image on the microSD card, then the `-root` one on the USB drive:
+```shell
+bmaptool copy ./images/jessie/2015-12-13-debian-jessie-frmw.img /dev/mmcblk0
+bmaptool copy ./images/jessie/2015-12-13-debian-jessie-root.img /dev/sdc
+```