diff options
-rwxr-xr-x | liveinit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |