Talk:NixOS Installation Guide: Difference between revisions
imported>Samueldr Adds link to my notes for the layout I'm trying to achieve |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 4: | Line 4: | ||
--[[User:Samueldr|— samueldr]] ([[User talk:Samueldr|talk]]) 01:53, 26 November 2017 (UTC) | --[[User:Samueldr|— samueldr]] ([[User talk:Samueldr|talk]]) 01:53, 26 November 2017 (UTC) | ||
== take inspiration from Arch Wiki? == | |||
What if this article was structured like https://wiki.archlinux.org/title/Installation_guide, adapting as needed?--[[User:Isa|Isa]] ([[User talk:Isa|talk]]) 18:56, 9 July 2021 (UTC) | |||
== post-installation recommendations == | |||
The arch wiki has something similar to this, where it outlines what you should do after install. It would be beneficial to have something similar on this article or on another article | |||
For example, enabling display managers, enabling a desktop environment, where to find packages and options, etc. | |||
== Partitioning and formatting sections are confusing == | |||
For example, for the boot sector it just says +500M, this would be familiar to someone used to fdisk. But someone who isn't doesn't even know what unit it is might assume they're just meant to add 500 to 2048 and write <code>2548</code>. This is an easy fix(probably by using code blocks). |
Latest revision as of 00:42, 15 April 2024
November 2017 wiki-thon
My personal notes about the expected layout.
--— samueldr (talk) 01:53, 26 November 2017 (UTC)
take inspiration from Arch Wiki?
What if this article was structured like https://wiki.archlinux.org/title/Installation_guide, adapting as needed?--Isa (talk) 18:56, 9 July 2021 (UTC)
post-installation recommendations
The arch wiki has something similar to this, where it outlines what you should do after install. It would be beneficial to have something similar on this article or on another article
For example, enabling display managers, enabling a desktop environment, where to find packages and options, etc.
Partitioning and formatting sections are confusing
For example, for the boot sector it just says +500M, this would be familiar to someone used to fdisk. But someone who isn't doesn't even know what unit it is might assume they're just meant to add 500 to 2048 and write 2548
. This is an easy fix(probably by using code blocks).