From bd3a1c5e2e9f65a3781ac2003fe51496f484d534 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sat, 5 Nov 2022 16:58:00 +0100 Subject: [PATCH] [dracut] Avoid test failure When the config file is all commented-out, then it's empty, and that is not a valid configuration. --- src/modules/dracut/dracut.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/dracut/dracut.conf b/src/modules/dracut/dracut.conf index ae5d85022..ba1a7b08c 100644 --- a/src/modules/dracut/dracut.conf +++ b/src/modules/dracut/dracut.conf @@ -7,4 +7,4 @@ # If you want to specify another filename for the resulting image, # set a custom name, including the path # -# initramfsName: /boot/initramfs-linux.img +initramfsName: /boot/initramfs-freebsd.img