NixOS on ARM/NanoPC-T4: Difference between revisions

imported>Tmountain
mNo edit summary
imported>Tmountain
mNo edit summary
Line 82: Line 82:
# mount /dev/loop0p2 imgroot
# mount /dev/loop0p2 imgroot
# cd imgroot
# cd imgroot
# tar cf - . | (cd ../emmc && tar xvf -)
# tar cf - . | (cd ../eemc && tar xvf -)
# cd .. && umount eemc imgroot
# cd .. && umount eemc imgroot
</syntaxhighlight>
</syntaxhighlight>