From c0cd14df47c8e5e87cf94b5869d71169787bff28 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 28 Jun 2019 13:04:40 +0200 Subject: [PATCH] [initramfs] Fix sample config file for tests - the tests want a non-empty config, so put something in there: a kernel setting that matches the legacy behavior. --- src/modules/initramfs/initramfs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/initramfs/initramfs.conf b/src/modules/initramfs/initramfs.conf index c9803a3b1..4e5eda202 100644 --- a/src/modules/initramfs/initramfs.conf +++ b/src/modules/initramfs/initramfs.conf @@ -28,4 +28,4 @@ # The default is empty/unset, leading to the behavior from Calamares # 3.2.9 and earlier which passed "all" as version. -# kernel: all +kernel: "all"