-
-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Same-issue check
Yes
Linux Distribution
Generic
Kernel version
6.18.18
What happened?
Logs attached appropriately.
The install script doesn't account for busybox-based distros, so it's completely broken on Alpine Linux.
When trying to run it, I get this...
❯ ./install.sh install
-> Using script
-> using default kernel.org git remote
-> Current git mirror: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
-> Fetching latest kernel tags
cut: unrecognized option: delimiter=/
BusyBox v1.37.0 (2025-12-16 14:19:28 UTC) multi-call binary.
Usage: cut [OPTIONS] [FILE]...
Print selected fields from FILEs to stdout
-b LIST Output only bytes from LIST
-c LIST Output only characters from LIST
-d SEP Field delimiter for input (default -f TAB, -F run of whitespace)
-O SEP Field delimeter for output (default = -d for -f, one space for -F)
-D Don't sort/collate sections or match -fF lines without delimeter
-f LIST Print only these fields (-d is single char)
-F LIST Print only these fields (-d is regex)
-s Output only lines containing delimiter
-n Ignored
-> Which kernel version do you want to install?
==> WARNING: Prompting on an empty array, please report this issue.
-> exit cleanup done
Relevant logs
system-info.txt
shell-output.log.txt
customization.cfg.txt
My Favorite type(s) of frog
Frog, African Dwarf Frog (Hymenochirus)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request