Compare commits

..

No commits in common. "c42675f12171f73bb0624cfd339df0877c6b50ca" and "7ee1bc099d70561ca8a78ba361118230632ed59a" have entirely different histories.

2 changed files with 7 additions and 11 deletions

View file

@ -49,13 +49,13 @@ clock_systohc="NO"
Edit `/etc/fstab` for correct mounts.
```
/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
/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
```
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,10 +30,6 @@ theme:
extra:
generator: false
markdown_extensions:
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6