aboutsummaryrefslogtreecommitdiff
path: root/.config/kbuild
Commit message (Collapse)AuthorAgeFilesLines
* kbuild: automatically sign vmlinuz on 'freezeezy'Miquel Sabaté Solà2026-02-271-3/+16
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* kbuild: add the 'freezeezy' profileMiquel Sabaté Solà2026-02-272-0/+104
| | | | | | This is the profile for my x86_64 development box. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* kbuild: fix typo on missing dracutMiquel Sabaté Solà2026-02-261-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* kbuild: move profiles into .config/kbuildMiquel Sabaté Solà2025-10-242-0/+120
Instead of inlining shell scripts inside of the `kbuild` one, move them into subdirectories inside of the new $HOME/.config/kbuild directory. Each subdirectory will match a profile (i.e. no more hacky hardcoded values on `kbuild`), and it will contain the relevant install.sh/uninstall.sh files which matter for that profile. This also allows us more flexibility when it comes to GRUB configuration (e.g. picking the right UUID value without having to re-invent the wheel via esoteric new parameters). Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>