A few slight tweaks
This commit is contained in:
parent
827ffe9a14
commit
53f655f982
1 changed files with 1 additions and 2 deletions
|
@ -40,7 +40,6 @@ Edit `/etc/fstab` for correct mounts.
|
||||||
|
|
||||||
```
|
```
|
||||||
tmpfs /tmp tmpfs nosuid,nodev 0 0
|
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/alproot / ext4 defaults,noatime 0 1
|
||||||
/dev/vg0/alphome /home 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
|
/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.
|
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
|
# apk add networkmanager
|
||||||
|
|
Loading…
Reference in a new issue