Compare commits

...

3 commits

Author SHA1 Message Date
Luc
5766dea107 Added new boot parameters that will negate tpm luks bypass. 2023-09-03 11:18:17 +02:00
Luc
0e9df68bae Changed syntax. 2023-09-03 11:12:22 +02:00
Luc
50bffff4dc Added alpine-server-setup/home.md. 2023-09-03 11:07:23 +02:00
5 changed files with 5 additions and 5 deletions

View file

@ -0,0 +1 @@
# A Alpine Linux installation

View file

@ -113,7 +113,7 @@ The `uuid` is needed again and can be obtained by:
Now edit `/boot/loader/void-options.conf` and insert: Now edit `/boot/loader/void-options.conf` and insert:
``` ```
rw rd.luks.name=<uuid>=root root=/dev/disk/by-label/root quiet splash apparmor=1 security=apparmor loglevel=1 rd.lvm.vg=lv0 rw rd.luks.name=<uuid>=root root=/dev/disk/by-label/root quiet splash apparmor=1 security=apparmor loglevel=1 rd.shell=0 d.emergency=reboot rd.lvm.vg=lv0
``` ```
To obtain a boot menu. A timeout may be added to `/boot/loader/loader.conf`. To obtain a boot menu. A timeout may be added to `/boot/loader/loader.conf`.

View file

@ -111,7 +111,7 @@ The `uuid` is needed again and can be obtained by:
Now edit `/boot/loader/void-options.conf` and insert: Now edit `/boot/loader/void-options.conf` and insert:
``` ```
rw rd.luks.name=<uuid>=root root=/dev/mapper/root quiet splash apparmor=1 security=apparmor loglevel=1 rw rd.luks.name=<uuid>=root root=/dev/mapper/root quiet splash apparmor=1 security=apparmor loglevel=1 rd.shell=0 d.emergency=reboot
``` ```
To obtain a boot menu. A timeout may be added to `/boot/loader/loader.conf`. To obtain a boot menu. A timeout may be added to `/boot/loader/loader.conf`.

View file

@ -6,7 +6,7 @@ It might be desirable to install an LTS kernel for better stability. This can be
# xbps-install -Sy linux-lts linux-lts-headers # xbps-install -Sy linux-lts linux-lts-headers
``` ```
To uninstall the non-lts kernel, ignore the package through `/etc/xbps.d/xbps.conf` by adding: To uninstall the non-lts kernel, ignore the package by creating `/etc/xbps.d/nolinux.conf` and inserting:
``` ```
ignorepkg=linux ignorepkg=linux

View file

@ -18,8 +18,7 @@ The user may be added to certain groups, to give it some rights.
# usermod -aG wheel,audio,video,kvm,tty,input,storage <user> # usermod -aG wheel,audio,video,kvm,tty,input,storage <user>
``` ```
The package `sudo` that is present in the `base-system` package will be removed. Since, it is bloatware. To persist this. That is sudo will not be installed ever again on the system. Edit `/etc/xbps.d/xbps.conf` and insert: The package `sudo` that is present in the `base-system` package will be removed. Since, it is bloatware. To persist this. That is sudo will not be installed ever again on the system. Create `/etc/xbps.d/nosudo.conf` and insert:
``` ```
ignorepkg=sudo ignorepkg=sudo