/etc/udev/rules/70-persistent-net.rules
before you update. If it contains the string ATTRS{address}
, edit it so that it becomes ATTR{address}
. Now the network configuration will be preserved after the upgrade.
/etc/udev/rules/70-persistent-net.rules
before you update. If it contains the string ATTRS{address}
, edit it so that it becomes ATTR{address}
. Now the network configuration will be preserved after the upgrade.
case $0 in -*) # Login shell ;; *) # non-interactive shell ;; esacIn csh:
switch ($0) case -*: # login shell stuff breaksw default: # non-interactive stuff breaksw endsw