etc/dracut.conf.d: add sedric configs

This commit is contained in:
Aminda Suomalainen 2024-05-03 21:19:32 +03:00
parent 175256d8e4
commit 0063e2409b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
6 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1 @@
kernel_cmdline="root=UUID=c3df30ca-878b-4125-bcb4-ba3ba4398efd ro rd.lvm.lv=fedora_localhost-live/root rd.luks.uuid=luks-f9a33e19-4176-44b3-8e06-2ee7fb70f3d0 quiet mitigations=auto noresume hibernate=no nohibernate quiet random.trust_cpu=on btusb.force_scofix=1 btusb.enable_autosuspend=0 initcall_blacklist=simpledrm_platform_driver_init cpufreq.default_governor=schedutil nvidia-drm.modeset=1 rw rd.driver.blacklist=nouveau modprobe.blacklist=nouveau lockdown=confidentiality"

View File

@ -0,0 +1,10 @@
My dracut configuratino 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.

View File

@ -0,0 +1 @@
comress="lz4"

View File

@ -0,0 +1 @@
hostonly="yes"

View File

@ -0,0 +1 @@
dracut_rescue_image="no"

View File

@ -0,0 +1 @@
omit_dracutmodules+=" plymouth tpm2-tss kernel-modules-extra network-manager network-legacy connman "