NixOS Installation Guide/zh: Difference between revisions
I can't submit the translation with URL,even simply copy and paste fails.So I just submit a temporary one without URL. |
Created page with "# 使用<code>diskutil list</code>找到正确的设备, 比如说<code><i>diskX</i></code>. # 使用<code>diskutil unmountDisk <i>diskX</i></code>取消挂载. # 使用<code>sudo dd if=<b>path_to_nixos.iso</b> of=/dev/<i>diskX</i></code>进行刻录" |
||
| Line 45: | Line 45: | ||
==== 在macOS上 ==== | ==== 在macOS上 ==== | ||
# 使用<code>diskutil list</code>找到正确的设备, 比如说<code><i>diskX</i></code>. | |||
# | # 使用<code>diskutil unmountDisk <i>diskX</i></code>取消挂载. | ||
# | # 使用<code>sudo dd if=<b>path_to_nixos.iso</b> of=/dev/<i>diskX</i></code>进行刻录 | ||
# | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||