teejee2008 / ukuu

A paid version of Ukuu is now available with more features. https://teejeetech.in/2019/01/20/ukuu-v19-01/ Kernel Update Utility for Ubuntu-based distributions. Provides desktop notifications when new mainline kernel is available. Lists kernels from http://kernel.ubuntu.com/~kernel-ppa/mainline/ with options to install and remove.
https://teejeetech.in/ukuu
GNU Lesser General Public License v3.0
400 stars 157 forks source link

ukuu CLI configuration #66

Open edmundlaugasson opened 6 years ago

edmundlaugasson commented 6 years ago

Where are ukuu CLI version configuration? Would it be possible to set minimal kernel version for update (--check but also when installing with --install-latest)? It could reduce the amount of data to download and speed up updating and ukuu working in general. It could be also an additional parameter, e.g. --min-kernel-version v4.15 or similar while running the ukuu. Then it would be easier also to run using central software management tools, also scripting. Similarly there could be also e.g. --max-kernel-version v4.16.2 to limit also highest version. Then the --install-latest will e.g. install the latest one that fits into min and max limits. Looks like configuration is located at ~/.config/ukuu.json - is there any documentation of it?