nixos/doc: include how to identify device name (#343625)

Include how to identify device name

Co-authored-by: aleksana <me@aleksana.moe>
This commit is contained in:
Stephen 2024-09-21 21:16:15 -05:00 committed by GitHub
parent d95254c8a0
commit 9c795b812d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -220,6 +220,8 @@ The NixOS installer ships with multiple partitioning tools. The examples
below use `parted`, but also provides `fdisk`, `gdisk`, `cfdisk`, and below use `parted`, but also provides `fdisk`, `gdisk`, `cfdisk`, and
`cgdisk`. `cgdisk`.
Use the command 'lsblk' to find the name of your 'disk' device.
The recommended partition scheme differs depending if the computer uses The recommended partition scheme differs depending if the computer uses
*Legacy Boot* or *UEFI*. *Legacy Boot* or *UEFI*.