diff options
| author | 2026-04-21 01:24:58 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:24:58 +0100 | |
| commit | c1343b0e0cf1df3bd04e8ad824af4ff96369080c (patch) | |
| tree | d6600322de0f34a6731dc528304e039138b1c118 /README.md | |
| parent | 964269520a9c438f63a8f314e308b3fea5f0772c (diff) | |
| download | dotfiles-c1343b0e0cf1df3bd04e8ad824af4ff96369080c.tar.gz dotfiles-c1343b0e0cf1df3bd04e8ad824af4ff96369080c.tar.bz2 dotfiles-c1343b0e0cf1df3bd04e8ad824af4ff96369080c.zip | |
efistub -> UKI migration
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.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -58,9 +58,10 @@ The script installs pacman prerequisites, enables `%wheel` in sudoers, builds `paru-bin` from the AUR, clones this repo to `~/dotfiles`, runs `just init`, enables recommended systemd units (fstrim, timesyncd, resolved, reflector, paccache, pkgstats, acpid, cpupower, iwd, plus tlp -on laptops), refreshes the pacman mirrorlist, creates XDG user -directories, and — on EFI systems missing an Arch boot entry — -launches `create-efi`. +on laptops), refreshes the pacman mirrorlist, and creates XDG user +directories. On EFI systems missing an Arch boot entry, it prints the +`efibootmgr` command to register the UKI (run after your first +`mkinitcpio -P`). ## Setup on an existing system |
