diff options
author | Eric Hameleers <alien@slackware.com> | 2019-01-22 16:08:49 +0100 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-01-22 16:08:49 +0100 |
commit | 24efa9c14792f215abd134a67df28856bbc77f80 (patch) | |
tree | 1774a4d1ba8b3bc212b942bb3a565b4e7c10a76b /liveinit.tpl | |
parent | d64897259fd60bf32b1c0762a43ee61aa5ceac08 (diff) | |
download | liveslak-24efa9c14792f215abd134a67df28856bbc77f80.tar.gz liveslak-24efa9c14792f215abd134a67df28856bbc77f80.tar.xz |
liveinit: mention on-screen that eth0 is fallback for failed nic detection
Diffstat (limited to 'liveinit.tpl')
-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 |