modernize, switch to dracut

Signed-off-by: Martin Matous <m@matous.dev>
This commit is contained in:
Martin Matous 2023-09-24 02:38:51 +02:00
parent 5f17d90c7b
commit acd336e659
Signed by: mmatous
GPG key ID: 8BED4CD352953224
2 changed files with 22 additions and 79 deletions

View file

@ -61,14 +61,11 @@ Usage: `gtokei.sh https://github.com/some/repo`
## kernel-update.py
Automate chores when configuring, compiling and updating kernel.
Install step can be simplified by using properly setup installkernel/kernel-install
invocation by `make install`.
Status: active use
Dependencies: python-magic, Gentoo (not really but genkernel, eselect, specific names and paths...)
Dependencies: dracut, Gentoo (not really but eselect, specific names and paths...)
Usage: `kernel-update.py <old-version> <new-version>`
Usage: `kernel-update.py update <old-version> <new-version>`
---