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