NixOS Installation Guide/zh: Difference between revisions

Ardenet (talk | contribs)
Created page with "NixOS 支持多种 引导加载程序,例如 GNU GRUBSystemd/boot。"
Ardenet (talk | contribs)
Created page with "有关配置交换空间的更多方法,请参阅 Swap。以下示例演示了如何创建和启用一个 交换文件:"
Tags: Mobile edit Mobile web edit
Line 258: Line 258:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
有关配置交换空间的更多方法,请参阅 [[Swap]]。以下示例演示了如何创建和启用一个 [[Swap#Swap file|交换文件]]
For additional methods of configuring swap, see [[Swap]]. The following example demonstrates how to create and enable a [[Swap#Swap file|swap file]]:
</div>


{{file|/mnt/etc/nixos/configuration.nix|nix|
{{file|/mnt/etc/nixos/configuration.nix|nix|
Line 271: Line 269:
}}
}}


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Bootloader"></span>
=== Bootloader ===
=== 引导加载程序 ===
</div>


NixOS 支持多种 [[Bootloader|引导加载程序]],例如 [[GNU GRUB]] 和 [[Systemd/boot]]。
NixOS 支持多种 [[Bootloader|引导加载程序]],例如 [[GNU GRUB]] 和 [[Systemd/boot]]。