diff --git a/include/tests_boot_services b/include/tests_boot_services index 92a9f5dd..840de0b1 100644 --- a/include/tests_boot_services +++ b/include/tests_boot_services @@ -111,7 +111,7 @@ runit) SERVICE_MANAGER="runit" ;; - openrc-init) + openrc-init) SERVICE_MANAGER="openrc" ;; *) @@ -280,7 +280,7 @@ BOOT_LOADER_SEARCHED=1 CURRENT_BOOT_LOADER=$(${BOOTCTLBINARY} status --no-pager 2>/dev/null | ${AWKBINARY} '/Current Boot Loader/{ getline; print $2 }') if [ "${CURRENT_BOOT_LOADER}" = "systemd-boot" ]; then - Display --indent 2 --text "- Checking systemd-boot presence" --result "${STATUS_FOUND}" --color GREEN + Display --indent 2 --text "- Checking systemd-boot presence" --result "${STATUS_FOUND}" --color GREEN LogText "Result: found systemd-boot" BOOT_LOADER="systemd-boot" BOOT_LOADER_FOUND=1