Fixed some issues

This commit is contained in:
Tastatur 2023-12-26 13:24:37 +01:00
parent d42fd75456
commit 75ba52cf4f

View file

@ -74,7 +74,7 @@ modules: vfat,nls_cp437,nls_iso8859_1
enable_lvm: true
```
The most important step is the creation of uki's using `secureboot-hook` which also automatically signs them. First the hook itself will have to be tweaked to use `booster` instead of `mkinitfs`, edit `/usr/share/kernel-hooks.d/secureboot.hook` and change the line:
The most important step is the creation of uki's using `secureboot-hook` which also automatically signs them. First the hook itself will have to be tweaked to use `booster` instead of `mkinitfs`, edit `/etc/kernel-hooks.d/50-secureboot.hook` and change the line:
```
/sbin/mkinitfs -o "$tmpdir"/initramfs "$NEW_VERSION-$FLAVOR"
@ -153,6 +153,8 @@ Before finishing up the installation `networkmanager` will be installed for netw
Wifi will not yet work but this is will be done later on.
> If internet doesn't work after reboot follow the instructions in the [network section](https://docs.bijl.us/alpine-desktop-setup/post-install/network/).
Now exit out of the chroot and you should be able to reboot into a working Alpine system.
```