docs(iso): Homogenize MBR partition type codes (#5)

This commit is contained in:
hygienic-books 2023-10-27 02:11:27 +02:00
parent a00b8e8009
commit 56dc2f85a6

View File

@ -21,7 +21,7 @@ On a UEFI system ensure these conditions are met. See [How to prep](#how-to-prep
If you are instead running a legacy BIOS machine ensure these conditions are met. See [How to prep](#how-to-prep) for details on how to meet these conditions. If you are instead running a legacy BIOS machine ensure these conditions are met. See [How to prep](#how-to-prep) for details on how to meet these conditions.
- One MBR-partitioned disk - One MBR-partitioned disk
- Arch Linux live CD ISO image sees exactly one partition with partition type code `BF` ("Solaris root") - Arch Linux live CD ISO image sees exactly one partition with partition type code `bf` ("Solaris root")
- Arch Linux live CD ISO image sees exactly one partition with partition type code `83` ("Linux") - Arch Linux live CD ISO image sees exactly one partition with partition type code `83` ("Linux")
- The `83` Linux partition is mountable, in practical terms this usually only means it has a file system. - The `83` Linux partition is mountable, in practical terms this usually only means it has a file system.
- No ZFS zpool exists - No ZFS zpool exists