From 75ba52cf4feb9b97e84c1069966653c4fa4ca147 Mon Sep 17 00:00:00 2001 From: Tastatur Date: Tue, 26 Dec 2023 13:24:37 +0100 Subject: [PATCH] Fixed some issues --- docs/alpine-desktop-setup/installation/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/alpine-desktop-setup/installation/installation.md b/docs/alpine-desktop-setup/installation/installation.md index 03a2853..1de4ae7 100644 --- a/docs/alpine-desktop-setup/installation/installation.md +++ b/docs/alpine-desktop-setup/installation/installation.md @@ -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. ```