Skip to content

Commit

Permalink
src/: fix vmdfmt for multiple files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Oct 3, 2021
1 parent 1634dec commit 3c4fef9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/config/date-time.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ faster and with greater accuracy than NTP.
The `chrony` package provides Chrony and the `chronyd` service.

The Chrony site provides [a brief overview of its advantages over
NTP](https://chrony.tuxfamily.org/faq.html#_how_does_chrony_compare_to_ntpd),
as well as [a detailed feature comparison between Chrony, NTP and
NTP](https://chrony.tuxfamily.org/faq.html#_how_does_chrony_compare_to_ntpd), as
well as [a detailed feature comparison between Chrony, NTP and
OpenNTPD](https://chrony.tuxfamily.org/comparison.html).
10 changes: 5 additions & 5 deletions src/config/kernel.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ remove kernel *packages*, only particular *kernels*.

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

Expand Down
6 changes: 3 additions & 3 deletions src/installation/guides/fde.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Device Start End Sectors Size Type

## Encrypted volume configuration

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

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

0 comments on commit 3c4fef9

Please sign in to comment.