Compare commits

...

2 commits

Author SHA1 Message Date
Luc
c42675f121 Merge branch 'main' of https://git.bijl.us/lnco/documentation
a.
2023-12-27 12:28:25 +01:00
Luc
3d15d8f7e9 Removed error. 2023-12-27 12:25:14 +01:00
2 changed files with 11 additions and 7 deletions

View file

@ -49,13 +49,13 @@ clock_systohc="NO"
Edit `/etc/fstab` for correct mounts.
```
/dev/vg1/root{n} / ext4 defaults,noatime 0 1
/dev/vg1/home{n} /home ext4 defaults,noatime,nodev 0 1
/dev/vg1/tmp{n} /tmp ext4 defaults,nodev,nosuid,noexec 0 1
/dev/vg1/var{n} /var ext4 defaults,nodev,nosuid,noexec 0 1
/dev/vg1/nix{n} /nix ext4 defaults,nodev,nosuid 0 1
proc /proc proc nosuid,nodev,noexec,hidepid=2 0 0
/dev/disk/by-label/efi /boot/efi vfat defaults 0 2
/dev/disk/by-label/efi /boot/efi vfat defaults 0 2
/dev/vg1/root{n} / ext4 defaults,noatime 0 1
/dev/vg1/home{n} /home ext4 defaults,noatime,nodev 0 1
/dev/vg1/tmp{n} /tmp ext4 defaults,nodev,nosuid,noexec 0 1
/dev/vg1/var{n} /var ext4 defaults,nodev,nosuid,noexec 0 1
/dev/vg1/nix{n} /nix ext4 defaults,nodev,nosuid 0 1
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.

View file

@ -30,6 +30,10 @@ theme:
extra:
generator: false
markdown_extensions:
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6