diff options
| author | 2026-04-21 01:24:58 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:24:58 +0100 | |
| commit | c1343b0e0cf1df3bd04e8ad824af4ff96369080c (patch) | |
| tree | d6600322de0f34a6731dc528304e039138b1c118 /etc/kernel/cmdline | |
| 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 'etc/kernel/cmdline')
| -rw-r--r-- | etc/kernel/cmdline | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/kernel/cmdline b/etc/kernel/cmdline new file mode 100644 index 0000000..d396f1e --- /dev/null +++ b/etc/kernel/cmdline @@ -0,0 +1 @@ +cryptdevice=UUID=81520bbc-1e7a-45e6-9465-cfc2e8b18945:root root=/dev/mapper/root rw quiet |
