From 2df1d4f9c87f3067e1c69a0bcd0aaffbc9f7e195 Mon Sep 17 00:00:00 2001 From: Luc Date: Wed, 27 Dec 2023 13:52:44 +0100 Subject: [PATCH] Updated syntax. --- docs/alpine-desktop-setup/installation.md | 7 +++---- docs/alpine-desktop-setup/provisioning.md | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/alpine-desktop-setup/installation.md b/docs/alpine-desktop-setup/installation.md index d99b6ab..9fea3f0 100644 --- a/docs/alpine-desktop-setup/installation.md +++ b/docs/alpine-desktop-setup/installation.md @@ -38,7 +38,7 @@ The other "setup" scripts can be used to configure key aspects of the system. # passwd root ``` -Set the `hwclock` to use `localtime` instead of `UTC` in `/etc/conf.d/hwclock` +Set the `hwclock` to use `localtime` instead of `UTC` in `/etc/conf.d/hwclock`: ``` clock="local" @@ -46,7 +46,7 @@ clock_hctosys="NO" clock_systohc="NO" ``` -Edit `/etc/fstab` for correct mounts. +Edit `/etc/fstab` for correct mounts: ``` /dev/disk/by-label/efi /boot/efi vfat defaults 0 2 @@ -58,8 +58,7 @@ Edit `/etc/fstab` for correct mounts. proc /proc proc nosuid,nodev,noexec,hidepid=2 0 0 ``` -By default Alpine Linux uses `mkinitfs` to create initramfs, although it's minimal that also means that it lacks some functionality which is needed for a proper setup. -Because of this `mkinitfs` and `grub-efi `will be replaced with `booster` and `secureboot-hook`. +By default Alpine Linux uses `mkinitfs` to create initramfs, although it is minimal that also means that it lacks some functionality which is needed for a proper setup. Because of this `mkinitfs` and `grub-efi `will be replaced with `booster` and `secureboot-hook`. ``` # apk add booster secureboot-hook sbctl diff --git a/docs/alpine-desktop-setup/provisioning.md b/docs/alpine-desktop-setup/provisioning.md index e574986..027a555 100644 --- a/docs/alpine-desktop-setup/provisioning.md +++ b/docs/alpine-desktop-setup/provisioning.md @@ -1,6 +1,6 @@ # Provisioning -After flasing the Alpine Linux extended ISO on a usbdrive, partition a disk. For this internet is required because `gptfdisk` is only available in the repositories and is not included on the extended ISO. +After flasing the Alpine Linux extended ISO, partition a disk. For this action internet is required since `gptfdisk` is not included on the extended ISO, therefore it needs to be obtained from the repository. To set it up `setup-interfaces` and `setup-apkrepos` will be used.