From 8f381ebc5e8dc1830ac8bdaec3b81b1b3f6762d5 Mon Sep 17 00:00:00 2001 From: Gregory Giguashvili Date: Tue, 14 May 2024 09:44:21 +0300 Subject: [PATCH] Fix greenboot configuration update --- test/kickstart-templates/includes/post-system.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kickstart-templates/includes/post-system.cfg b/test/kickstart-templates/includes/post-system.cfg index 26fb1add42..289387f738 100644 --- a/test/kickstart-templates/includes/post-system.cfg +++ b/test/kickstart-templates/includes/post-system.cfg @@ -28,4 +28,4 @@ echo "fs.inotify.max_user_instances = 8192" >> /etc/sysctl.conf sysctl --system # Extend Greenboot wait timeout to 10m for MicroShift to be ready -echo "MICROSHIFT_WAIT_TIMEOUT_SEC=600" >> /etc/greenboot/greenboot.conf +printf "\nMICROSHIFT_WAIT_TIMEOUT_SEC=600\n" >> /etc/greenboot/greenboot.conf