aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:24:58 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:24:58 +0100
commitc1343b0e0cf1df3bd04e8ad824af4ff96369080c (patch)
treed6600322de0f34a6731dc528304e039138b1c118 /README.md
parent964269520a9c438f63a8f314e308b3fea5f0772c (diff)
downloaddotfiles-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.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index aee0b95..77b5da9 100644
--- a/README.md
+++ b/README.md
@@ -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