search for: nicstatus

Displaying 2 results from an estimated 2 matches for "nicstatus".

Did you mean: mic_status
2009 May 27
4
[PATCH node] REPOST Joey's and Darryl's ovirt-config-* patches
This is a repost of patches for ovirt-config-* ACK to all. Pushed.
2009 Jun 30
2
[PATCH node] Make all yes/no prompts consistent. rhbz#508778
...printf "\nDeleting existing network configuration...\n" + else + printf "\nAborting...\n" + return + fi fi rm -rf $WORKDIR/* @@ -79,12 +81,9 @@ function configure_interface fi echo "NIC is: $NICSTATUS" - read -ep "Help identify $NIC by blinking lights for 10 seconds ([Y]es/[N]o)?" - case $REPLY in - Y|y) - ethtool --identify $NIC 10 - ;; - esac + if ask_yes_or_no "Help identify...