From cf3b2f7e87fe8e12fec69d3eddabce0115e55541 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Tue, 2 Jan 2024 07:44:32 -0500 Subject: [PATCH] output --- usr/bin/dist-installer-cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/dist-installer-cli b/usr/bin/dist-installer-cli index 9cd069c7..f98a44bb 100755 --- a/usr/bin/dist-installer-cli +++ b/usr/bin/dist-installer-cli @@ -1546,7 +1546,7 @@ kernel_module_modprobe_output ($sucmd modprobe vboxdrv): '$kernel_module_modprob ## Not running end_installer here, because that happens below and we want the following output messages. #end_installer elif test "${non_interactive}" = "1"; then - log notice "${underline}VirtualBox Startup Check:${nounderline} Starting VirtualBox automatically as per '--non-interactive' option." + log notice "${underline}VirtualBox Startup Check:${nounderline} Starting VirtualBox automatically via '--non-interactive' option." if test "${virtualbox_only}" = "1"; then start_virtualbox_gui end_installer