From cccda6f4774e0eacab851ff84629ff9d4540446c Mon Sep 17 00:00:00 2001 From: Nikolay Beketov Date: Tue, 14 May 2024 11:50:45 +0700 Subject: [PATCH] Improve rebooting process after image installation, add a timeout message --- src/Core/System/RootFS/sbin/mountoffload | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core/System/RootFS/sbin/mountoffload b/src/Core/System/RootFS/sbin/mountoffload index f308b49c3..e0de8f885 100644 --- a/src/Core/System/RootFS/sbin/mountoffload +++ b/src/Core/System/RootFS/sbin/mountoffload @@ -267,7 +267,6 @@ for disk in $disks; do # Exit after successfully mounting the offload disk exit 0 else - echo " - No user input detected. Booting from hard drive." liveCDDisk=$disk liveCDPartition=$diskPath fi