Skip to content
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

Kiss

 > DISTRO ID    : KISS  # in uppercase

recommended minimum packages

 > packages  : cryptsetup grub efibootmgr dhcpcd perl libelf baseinit

Note:

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

Features

Requirements

Notes


Walk Through :

  1. Execute the script

  1. Select Distro & Packages

Click one of the Distros below for Detailed steps

Distro non Systemd Immutable musl support compilation support
Arch
Artix
Alpine
Void
Gentoo
Funtoo
NixOS
GUIX

Questions :

How ?

Why ?

Clone this wiki locally