Skip to content

Commit fcc3f0f

Browse files
committed
installation: typo fixes
Co-authored-by: ive0skills <ive0skills@proton.me> closes: #869 closes: #870 closes: #871 closes: #872 closes: #873 closes: #874
1 parent 5c24987 commit fcc3f0f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/installation/guides/arm-devices/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ It is also possible to perform a [chroot installation](../chroot.md) using the
113113
appropriate architecture and base packages. Make sure to [prepare your storage
114114
medium](#custom-partition-layout) properly for the device.
115115

116-
If doing this from a computer with an incompatible archtecture (such as x86_64),
116+
If doing this from a computer with an incompatible architecture (such as x86_64),
117117
install `binfmt-support`, enable the `binfmt-support` service, and install the
118118
relevant QEMU user emulator (like `qemu-user-aarch64` for aarch64 or
119119
`qemu-user-arm` for 32-bit ARM) before installing. If `binfmt-support` was

src/installation/guides/arm-devices/raspberry-pi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ configuration. It should show:
113113

114114
```
115115
$ i2cdetect -l
116-
i2c-1i2c bcm2835 I2C adapter I2C adapter
116+
i2c-1 i2c bcm2835 I2C adapter I2C adapter
117117
```

src/installation/guides/zfs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ guide apply to ZFS installations as well, except that
5858
no benefit to creating separate ZFS pools on a single disk.
5959

6060
As needed, format the EFI system partition using
61-
[mkfs.vfat(8)](https://man.voidlinux.org/mkfs.vfat.8) and the the boot partition
61+
[mkfs.vfat(8)](https://man.voidlinux.org/mkfs.vfat.8) and the boot partition
6262
using [mke2fs(8)](https://man.voidlinux.org/mke2fs.8) or
6363
[mkfs.xfs(8)](https://man.voidlinux.org/mkfs.xfs.8). Initialize any swap space
6464
using [mkswap(8)](https://man.voidlinux.org).
@@ -165,7 +165,7 @@ the EFI system partition:
165165
### Installation
166166

167167
At this point, ordinary installation can proceed from the ["Base Installation"
168-
section](./chroot.md#base-installation). of the standard chroot installation
168+
section](./chroot.md#base-installation) of the standard chroot installation
169169
guide. However, before following the ["Finalization"
170170
instructions](./chroot.md#finalization), make sure that the `zfs` package has
171171
been installed and `dracut` is configured to identify a ZFS root filesystem:

src/installation/live-images/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following features are not supported by the installer script:
1717
## Booting
1818

1919
Boot your machine from the install media you created. If you have enough RAM,
20-
there is an option on the boot screen to load the entire image into ram, which
20+
there is an option on the boot screen to load the entire image into RAM, which
2121
will take some time but speed up the rest of the install process.
2222

2323
Once the live image has booted, log in as `root` with password `voidlinux` and

src/installation/live-images/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ is the bootloader, and it will play a two-tone chime when the menu is available.
5959
On BIOS-based systems and UEFI systems in legacy/compatibility mode, SYSLINUX is
6060
the bootloader, and no chime is played.
6161

62-
Several hotkeys exists in the bootloader, which will select different entries:
62+
Several hotkeys exist in the bootloader, which will select different entries:
6363

6464
- `s` will boot with screenreader enabled
6565
- `r` will boot with screenreader enabled and will load the live ISO into RAM

0 commit comments

Comments
 (0)