From 24efa9c14792f215abd134a67df28856bbc77f80 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 22 Jan 2019 16:08:49 +0100 Subject: liveinit: mention on-screen that eth0 is fallback for failed nic detection --- liveinit.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveinit.tpl b/liveinit.tpl index d6e437c..5bcf6de 100755 --- a/liveinit.tpl +++ b/liveinit.tpl @@ -447,7 +447,7 @@ if [ "$RESCUE" = "" ]; then if [ "x$INTERFACE" = "x" ]; then # Failed to find a configured interface... desperate measure: - echo "${MARKER}: Failed to find network interface... trouble ahead." + echo "${MARKER}: Failed to find network interface... assuming 'eth0'. Trouble ahead." INTERFACE="eth0" fi -- cgit v1.2.3