dracut.conf: added configuration for dracut used since Calamares 3.3.13
This commit is contained in:
parent
a73acbb66c
commit
56d78ae624
14
calamares/etc/calamares/modules/dracut.conf
Normal file
14
calamares/etc/calamares/modules/dracut.conf
Normal file
@ -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-<kernel-version>.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" ]
|
Loading…
x
Reference in New Issue
Block a user