NixOS Installation Guide: Difference between revisions
imported>Alttttt39933 m changes from `>` to `sudo tee` so that the command will work, regardless of if the user is root or not. |
imported>Matu3ba m better performance for dd with flushing cache |
||
Line 33: | Line 33: | ||
{{note|do not use /dev/sdX1 or partitions of the disk, use the whole disk /dev/sdX.}} | {{note|do not use /dev/sdX1 or partitions of the disk, use the whole disk /dev/sdX.}} | ||
Writing the disk image with <code>dd</code> also works. | Writing the disk image with <code>dd if=nixos.iso of=/dev/sdX bs=4M status=progress conv=fdatasync</code> also works. | ||
==== From macOS ==== | ==== From macOS ==== |