186 | | 14. install to bootable media (ie a block storage device supported by your board such as a USB Mass Storage device, a microSD, an mSATA SSD. There are many choices that could be made here. The example below will create a single ext4 rootfs partition on a removable block storage device. Ensure you set DEVICE properly for your system. We use the 'udisks' application for mount/unmount so that the mount-point is obvious - if you know what your doing you could use standard mount/unmount as well: |
187 | | {{{ |
188 | | #!bash |
189 | | DEVICE=/dev/sdc |
| 186 | 14. install to bootable media (ie a block storage device supported by your board such as a USB Mass Storage device, a microSD, an mSATA SSD. There are many choices that could be made here. The example below will create a single ext4 rootfs partition on a removable block storage device. Ensure you set DEVICE properly for your system. |
| 187 | {{{ |
| 188 | #!bash |
| 189 | DEVICE=/dev/sdc # adjust per your system! |
| 190 | MNT=/mnt # adjust per your system |