From 56d78ae624934f9aa3732693a7179205aed60aa0 Mon Sep 17 00:00:00 2001 From: Silvan Date: Sat, 22 Feb 2025 13:14:32 +0100 Subject: [PATCH] dracut.conf: added configuration for dracut used since Calamares 3.3.13 --- calamares/etc/calamares/modules/dracut.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 calamares/etc/calamares/modules/dracut.conf diff --git a/calamares/etc/calamares/modules/dracut.conf b/calamares/etc/calamares/modules/dracut.conf new file mode 100644 index 0000000..d19d8fc --- /dev/null +++ b/calamares/etc/calamares/modules/dracut.conf @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: no +# SPDX-License-Identifier: CC0-1.0 +# +# Run dracut(8) with an optional kernel name +--- +# Dracut defaults to setting initramfs-.img +# If you want to specify another filename for the resulting image, +# set a custom name, including the path +# +#initramfsName: /boot/initramfs-freebsd.img + +# Optional: define a list of strings to be passed as arguments to Dracut +# By default, -f is always included +options: [ "-f", "-H" ]