shell-things/etc/dracut.conf.d
Aminda Suomalainen 5103f93a22
dracut: operation btrfs convert failed
In the end I was unable to get the chrooted system bootable and I gave up deciding to reinstall, but apparently these changes were left here and I either need to commit them or stash and drop, and I generally think there may be value found in such of things later, so commit it is
2024-08-09 18:01:51 +03:00
..
10-asahi.conf etc/dracut.conf.d/10-asahi.conf: workaround F40 kernel update failures 2023-12-29 13:26:25 +02:00
99-cmdline.conf.lumina dracut: cleanup cmdlines 2024-06-21 10:03:34 +03:00
99-cmdline.conf.sedric dracut: operation btrfs convert failed 2024-08-09 18:01:51 +03:00
99-essential.conf dracut: add 99-essential.conf for vfat 2024-06-21 08:44:51 +03:00
99-hostonly.conf dracut: operation btrfs convert failed 2024-08-09 18:01:51 +03:00
99-uefi.conf etc/dracut.conf.d: add UKI generation & Lumina cmdline 2024-05-03 16:24:03 +03:00
README.md run prettier (insertPragma, proseWrap, singleAttributePerLine 2024-06-19 08:27:28 +03:00
compress.conf.sedric dracut.conf.$(HOSTNAME): add vim modelines 2024-06-21 10:06:35 +03:00
no_rescue.conf.sedric dracut.conf.$(HOSTNAME): add vim modelines 2024-06-21 10:06:35 +03:00
omit_modules.conf dracut: operation btrfs convert failed 2024-08-09 18:01:51 +03:00
omit_modules.conf.sedric dracut: operation btrfs convert failed 2024-08-09 18:01:51 +03:00
yes_rescue.conf dracut.conf.d: fix name recovery to rescue, add yes_rescue counterpart 2024-05-11 10:41:41 +03:00

README.md

My dracut configuration files mainly for generating unified kerneil images (uki).

WARNING!

Sedric has a 96M EFI partition courtesy of Windows and thus it has a lot of attempts for decreasing the kernel size. Since moving it to UKI, I am yet to go through what of it is actually useful and worth keeping around and at least disabling recovery seems dangerous if I can save space by omitting somnething else.

hostonly

Will make a UKI specific to the current hardware and is discouraged as it will obviously prevent booting on a different hardware and hardware changes may render the system unbootable. However I am more of a software person, so I imagine that is unlikely to happen for me.

If planning hardware changes, maybe disable this flag? Or maybe if you have infinite space for kernel, keep it off?