Error in documentation for using microSD
-
On page : https://docs.onion.io/omega2-docs/boot-from-external-storage.html
The following should be changed from :
mount /dev/<device name> /mnt/ ; tar -C /overlay -cvf - . | tar -C /mnt/ -xf - ; umount /mnt/To ...
mount /dev/<device name> /mnt/ ; tar -C /overlay -cvf - . | tar -C /mnt/<device name> -xf - ; umount /mnt/<device name>