NixOS Installation Guide/zh: Difference between revisions
Created page with "* o (dos硬盘标签) * n new * p primary (4 primary in total) * 1 (分区编号[1/4]) * 2048 first sector (alignment for performance) * +500M last sector (引导扇区的大小) * rm signature (Y), if ex. => warning of overwriting existing system, could use wipefs * n * p * 2 * default (填满分区) * default (填满分区) * w (写入)" Tags: Mobile edit Mobile web edit |
Created page with "* 博客文章:如何在 [http://grahamc.com/blog/nixos-on-dell-9560 Dell 9560] 上安装 NixOS * 品牌服务器可能需要在 initrd 中包含额外的内核模块(在 configuration.nix 中配置 <code>boot.initrd.extraKernelModules</code>)。例如,HP Proliant 需要“hpsa”模块才能访问磁盘驱动器。" |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 68: | Line 68: | ||
这些方式也同样有记录, 它们可以使用USB驱动器启动多个发行版. 这种方式不被支持, 结果可能因人而异. | 这些方式也同样有记录, 它们可以使用USB驱动器启动多个发行版. 这种方式不被支持, 结果可能因人而异. | ||
* [[NixOS_Installation_Guide/Unetbootin|使用 Unetbootin]] | |||
* [[NixOS_Installation_Guide/Unetbootin| | * [[NixOS_Installation_Guide/Manual USB Creation|手动 USB 创建]] | ||
* [[NixOS_Installation_Guide/Manual USB Creation| | |||
* [[NixOS_Installation_Guide/multibootusb|multibootusb]] | * [[NixOS_Installation_Guide/multibootusb|multibootusb]] | ||
== 启动(Boot)安装媒介 == | == 启动(Boot)安装媒介 == | ||
Line 102: | Line 100: | ||
<span id="Tethered_(Internet_Sharing)"></span> | <span id="Tethered_(Internet_Sharing)"></span> | ||
== | ==有线连接(网络共享)== | ||
如果你无法通过网线或者wifi连接到网络, 你可以使用智能手机的网络共享能力. 依赖于你的手机的能力, 只需要内核自带的驱动就可以提供有效的网络连接. | 如果你无法通过网线或者wifi连接到网络, 你可以使用智能手机的网络共享能力. 依赖于你的手机的能力, 只需要内核自带的驱动就可以提供有效的网络连接. | ||
Line 208: | Line 206: | ||
这些是有关特定硬件问题的收集到的说明或链接. | 这些是有关特定硬件问题的收集到的说明或链接. | ||
* 博客文章:如何在 [http://grahamc.com/blog/nixos-on-dell-9560 Dell 9560] 上安装 NixOS | |||
* | * 品牌服务器可能需要在 initrd 中包含额外的内核模块(在 configuration.nix 中配置 <code>boot.initrd.extraKernelModules</code>)。例如,HP Proliant 需要“hpsa”模块才能访问磁盘驱动器。 | ||
* | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
[[Category:Guide]][[Category:Deployment]] | [[Category:Guide]][[Category:Deployment]] | ||
</div> | </div> |