summaryrefslogtreecommitdiffstats
path: root/dracut.conf.d
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dracut.conf.d/50-fips.conf.example (renamed from dracut.conf.d/fips.conf.example)1
-rw-r--r--dracut.conf.d/50-generic.conf.example2
-rw-r--r--dracut.conf.d/50-hostonly.conf.example2
-rw-r--r--dracut.conf.d/50-ima.conf.example2
-rw-r--r--dracut.conf.d/50-rescue.conf.example1
-rw-r--r--dracut.conf.d/suse.conf.example1
6 files changed, 7 insertions, 2 deletions
diff --git a/dracut.conf.d/fips.conf.example b/dracut.conf.d/50-fips.conf.example
index ccf56c7..4363869 100644
--- a/dracut.conf.d/fips.conf.example
+++ b/dracut.conf.d/50-fips.conf.example
@@ -1,3 +1,2 @@
# turn on fips module
-
add_dracutmodules+=" fips "
diff --git a/dracut.conf.d/50-generic.conf.example b/dracut.conf.d/50-generic.conf.example
new file mode 100644
index 0000000..27494d6
--- /dev/null
+++ b/dracut.conf.d/50-generic.conf.example
@@ -0,0 +1,2 @@
+# generic initrd works on other platforms than the one dracut was called
+hostonly="no"
diff --git a/dracut.conf.d/50-hostonly.conf.example b/dracut.conf.d/50-hostonly.conf.example
new file mode 100644
index 0000000..72fc929
--- /dev/null
+++ b/dracut.conf.d/50-hostonly.conf.example
@@ -0,0 +1,2 @@
+# optimize initrd to be as small as possible for faster boot performance, tailored to the current host
+hostonly="yes"
diff --git a/dracut.conf.d/50-ima.conf.example b/dracut.conf.d/50-ima.conf.example
new file mode 100644
index 0000000..e5478f5
--- /dev/null
+++ b/dracut.conf.d/50-ima.conf.example
@@ -0,0 +1,2 @@
+# turn on Linux Integrity Measurement Architecture (IMA) modules
+add_dracutmodules+=" integrity "
diff --git a/dracut.conf.d/50-rescue.conf.example b/dracut.conf.d/50-rescue.conf.example
new file mode 100644
index 0000000..6d6a170
--- /dev/null
+++ b/dracut.conf.d/50-rescue.conf.example
@@ -0,0 +1 @@
+dracut_rescue_image="yes"
diff --git a/dracut.conf.d/suse.conf.example b/dracut.conf.d/suse.conf.example
index b9b0c37..9cd0c53 100644
--- a/dracut.conf.d/suse.conf.example
+++ b/dracut.conf.d/suse.conf.example
@@ -11,4 +11,3 @@ compress="zstd -3 -T0 -q"
i18n_vars="/etc/sysconfig/language:RC_LANG-LANG,RC_LC_ALL-LC_ALL /etc/sysconfig/console:CONSOLE_UNICODEMAP-FONT_UNIMAP,CONSOLE_FONT-FONT,CONSOLE_SCREENMAP-FONT_MAP /etc/sysconfig/keyboard:KEYTABLE-KEYMAP"
omit_drivers+=" i2o_scsi "
-