-
Notifications
You must be signed in to change notification settings - Fork 0
kiss
XADE edited this page Dec 10, 2023
·
1 revision
WARNING!: Not supported anymore
For encrypted Kiss Linux following packages are also needed
dracut cryptsetup lvm2
> DISTRO ID : KISS # in uppercase
> packages : cryptsetup grub efibootmgr dhcpcd perl libelf baseinit
Problem: The script downloads the latest linux-lts sources and compiles it, which fails most of the time.
Solution: Modify the script
Change the line
FGE "kernel.org" "/cdn.kernel.org/pub/linux$COMP" "longterm" "usr/src/"
inside the script with
FGE "kernel.org" "/cdn.kernel.org/pub/linux.*<preferred_version>$COMP" "" "usr/src/"
For example :
FGE "kernel.org" "/cdn.kernel.org/pub/linux.*5.10$COMP" "" "usr/src/"
will install linux-5.10