Skip to content

Commit 3c4fef9

Browse files
committed
src/: fix vmdfmt for multiple files.
1 parent 1634dec commit 3c4fef9

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/config/date-time.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ faster and with greater accuracy than NTP.
7474
The `chrony` package provides Chrony and the `chronyd` service.
7575

7676
The Chrony site provides [a brief overview of its advantages over
77-
NTP](https://chrony.tuxfamily.org/faq.html#_how_does_chrony_compare_to_ntpd),
78-
as well as [a detailed feature comparison between Chrony, NTP and
77+
NTP](https://chrony.tuxfamily.org/faq.html#_how_does_chrony_compare_to_ntpd), as
78+
well as [a detailed feature comparison between Chrony, NTP and
7979
OpenNTPD](https://chrony.tuxfamily.org/comparison.html).

src/config/kernel.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ remove kernel *packages*, only particular *kernels*.
4040

4141
If you've installed a kernel package for a series other than the default, and
4242
want to remove the default kernel packages, you should install the `linux-base`
43-
package or [mark it as a manual
44-
package](https://man.voidlinux.org/xbps-pkgdb.1) in case it is already
45-
installed. After this procedure, you can remove the default kernel packages
46-
with [xbps-remove(1)](https://man.voidlinux.org/xbps-remove.1). It might be
47-
necessary to add `linux` and `linux-headers` to an `ignorepkg` entry in
43+
package or [mark it as a manual package](https://man.voidlinux.org/xbps-pkgdb.1)
44+
in case it is already installed. After this procedure, you can remove the
45+
default kernel packages with
46+
[xbps-remove(1)](https://man.voidlinux.org/xbps-remove.1). It might be necessary
47+
to add `linux` and `linux-headers` to an `ignorepkg` entry in
4848
[xbps.d(5)](https://man.voidlinux.org/xbps.d.5), since base packages can depend
4949
on them.
5050

src/installation/guides/fde.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Device Start End Sectors Size Type
4545

4646
## Encrypted volume configuration
4747

48-
[Cryptsetup](https://man.voidlinux.org/cryptsetup.8) defaults to LUKS2, yet
49-
GRUB releases before 2.06 only had support for LUKS1. Therefore, it might make
50-
sense to force LUKS1 if you wish to achieve better compatibility.
48+
[Cryptsetup](https://man.voidlinux.org/cryptsetup.8) defaults to LUKS2, yet GRUB
49+
releases before 2.06 only had support for LUKS1. Therefore, it might make sense
50+
to force LUKS1 if you wish to achieve better compatibility.
5151

5252
Keep in mind the encrypted volume will be `/dev/sda2` on EFI systems, since
5353
`/dev/sda1` is taken up by the EFI partition.

0 commit comments

Comments
 (0)