This repository was archived by the owner on Feb 14, 2020. It is now read-only.
Releases: somasis/lux
Releases · somasis/lux
v0.7.2
v0.7.1
v0.7.0
Features:
- Heavily improved configuration process; now allows for a much easier, less noisey,
and an easier to choose menu.
Choices for configuring kernel:
e - Use existing configuration, if it exists; else, use running config, using default on error
d - Use default configuration
p - Use running configuration
m - Manually configure kernel with menuconfig, basing on existing, running, or default config
n - Manually configure kernel with menuconfig, basing on default config
o - Manually configure kernel with menuconfig, basing on running config
i - Interactively configure new options, using existing configuration, running, or default config
u - Interactively configure new options, using running configuration
q - Exit lux
How do you want to configure the kernel? [E/d/p/m/n/o/i/u/q/?]
- Optionally use systemd's kernel-install rather than
make installif it exists - Allow for changing directory of configuration; set
sysconfdirwhen compiling. - More descriptive error messages
Bug fixes:
- Test syntax before finishing compilationg successfully
- Bash's "unofficial strict mode" is now used, leading to less hard-to-detect bugs
- Address some issues that shellcheck discovered
v0.6.0
Features:
- Add a short usage message to `-h`
- Only fetch changes if `-i` (only install kernel, no updates) not passed as argument
- Add ability to use a custom `make` target for configuring the kernel
Bug Fixes:
- Lots of improvements to build system
- Man page tweaks
v0.5.1
v0.5
- Full documentation for lux(1) and lux.conf(5). - For default make jobs amount, fall back to /proc/cpuinfo if nproc doesn't exist - Better version printing magic - More fixes to updating pulling - Ensure "+" isn't appended to kernel version - Ronn is now used for generating documentation - Make `default_kernel_configure` much smarter; can now use /proc/config.gz if no ".config" file exists