Translations:NixOS Installation Guide/51/zh: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 October 2025

23 February 2025

  • curprev 14:2214:22, 23 February 2025 Mayer talk contribs 358 bytes +358 Created page with "这对于有多个分区设置的情况很有用, 使分区更容易处理<syntaxhighlight lang="console"> $ lsblk $ sudo mkfs.fat -F 32 /dev/sdX1 $ sudo fatlabel /dev/sdX1 NIXBOOT $ sudo mkfs.ext4 /dev/sdX2 -L NIXROOT $ sudo mount /dev/disk/by-label/NIXROOT /mnt $ sudo mkdir -p /mnt/boot $ sudo mount /dev/disk/by-label/NIXBOOT /mnt/boot </syntaxhighlight>"