docs(os): Typo (#3)

This commit is contained in:
hygienic-books 2023-03-27 02:42:49 +02:00
parent 16c746e9d4
commit 5f8f407e95

View File

@ -24,7 +24,7 @@ mkfs.vfat /dev/sda1
> >
> `--typecode '1:EF00'`: Partition 1 gets partition type code `EF00`, an EFI system partition. > `--typecode '1:EF00'`: Partition 1 gets partition type code `EF00`, an EFI system partition.
> >
> `--typecode '2:BF00'`: Partition 2 gets partition type code `BF00`, an Solaris root partition. > `--typecode '2:BF00'`: Partition 2 gets partition type code `BF00`, a Solaris root partition.
The result will be something like this at which point you can start the `setup.sh` script, see [How to run this?](#how-to-run-this) below for more details. The result will be something like this at which point you can start the `setup.sh` script, see [How to run this?](#how-to-run-this) below for more details.
``` ```