#! /bin/sh #---------------------------------------------------------------------------- # system-devices-network - remove not used ethX interfaces # # Copyright (c) 2009 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2009-01-14 jv # Last Update: $Id: system-devices-network 27621 2011-02-16 15:49:25Z jv $ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #---------------------------------------------------------------------------- . /var/install/include/eislib clrhome mecho -info "Update network devices" echo "" rm -f /lib/udev/rules.d/??-persistent-net.rules /sbin/udevadm trigger --verbose --subsystem-match=net echo "" anykey exit 0