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" ]