A few slight tweaks

This commit is contained in:
Tastatur 2023-12-24 12:51:39 +01:00
parent 827ffe9a14
commit 53f655f982

View file

@ -40,7 +40,6 @@ Edit `/etc/fstab` for correct mounts.
```
tmpfs /tmp tmpfs nosuid,nodev 0 0
efivarfs /sys/firmware/efi/efivars efivarfs defaults 0 0
/dev/vg0/alproot / ext4 defaults,noatime 0 1
/dev/vg0/alphome /home ext4 defaults,noatime 0 1
/dev/disk/by-label/efi /boot/efi vfat defaults 0 2
@ -113,7 +112,7 @@ Now to see if everything went succesfully run:
And it should give no warnings if done properly.
Before finishing up the installation `networkmanager` will be install for networking.
Before finishing up the installation `networkmanager` will be installed for networking.
```
# apk add networkmanager