Hi friends,
If you've followed https://wiki.onion.io/Tutorials/Using-USB-Storage-as-Rootfs for pivot-overlay, you might had some errors in dmesg. This is because USB Storage needs to be formatted in Ext4!
To do this:
0. Update your packages opkg update
- Plug your USB Storage
- Install e2fsprogs:
opkg install e2fsprogs
- Format the device as a ext4:
mkfs.ext4 /dev/sda1
(change sda1 for your device)
I've documented this here: http://gdgbasel.com/2015/12/06/installing-python-on-onion-omega/
Happy Hacking!