NixOS on ARM/NanoPC-T4: Difference between revisions

imported>Tmountain
No edit summary
imported>Tmountain
No edit summary
Line 50: Line 50:
Created a new partition 1 of type 'Linux filesystem' and of size 14.6 GiB.
Created a new partition 1 of type 'Linux filesystem' and of size 14.6 GiB.
Command (m for help): w
Command (m for help): w
Make the filesystem and set the disk label (crucially important)
# mkfs.ext4 /dev/mmcblk2p1
#tune2fs -L NIXOS_SD /dev/mmcblk2p1
</syntaxhighlight>
</syntaxhighlight>