aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_local/bin/executable_create-efi
Commit message (Collapse)AuthorAgeFilesLines
* efistub -> UKI migrationLibravatar sommerfeld46 hours1-55/+0
| | | | | | | Track /etc/kernel/cmdline and enable default_uki/fallback_uki in linux.preset. Remove create-efi helper (UKI is self-contained; only needed once at install time). Update bootstrap to print the one-off efibootmgr command instead of launching create-efi.
* style(shell): apply shfmt (-i 2 -ci -s)Libravatar sommerfeld46 hours1-10/+9
|
* refactor: move create-efi.sh into dot_local/bin/Libravatar sommerfeld46 hours1-0/+56
Aligned with the other personal scripts; chezmoi will deploy it as ~/.local/bin/create-efi (executable, no .sh extension).