mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 01:33:11 +01:00
For GPT partition tables, there is no primary/logical/extended partition type, and the layout of the mkpart command options slightly differs depending on whether parted operates on an MBR or a GPT partition table. This has so far resulted in the string `primary` being assigned to the GUID partition name field, which is probably unintended. Rectify this by giving the GUID partitions sensible names and setting `fs-type` where applicable. |
||
|---|---|---|
| .. | ||
| building-nixos.chapter.md | ||
| changing-config.chapter.md | ||
| installation.md | ||
| installing-behind-a-proxy.section.md | ||
| installing-from-other-distro.section.md | ||
| installing-kexec.section.md | ||
| installing-pxe.section.md | ||
| installing-usb.section.md | ||
| installing-virtualbox-guest.section.md | ||
| installing.chapter.md | ||
| obtaining.chapter.md | ||
| upgrading.chapter.md | ||