From fe0f98b1fd09d27e0f37add0088d1ade3f2bb695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= Date: Thu, 3 Jun 2010 13:43:23 +0200 Subject: Add --action=add to udevadm trigger This is necessary as the new udev defaults to --action=change which breaks network device renaming. --- rc.single | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.single') diff --git a/rc.single b/rc.single index e8b6f08..f986a2a 100755 --- a/rc.single +++ b/rc.single @@ -51,7 +51,7 @@ if [ "$PREVLEVEL" != "N" ]; then if /bin/pidof -o %PPID /sbin/udevd >/dev/null; then stat_busy "Triggering UDev uevents" /sbin/udevadm control --property=STARTUP=1 - /sbin/udevadm trigger + /sbin/udevadm trigger --action=add stat_done fi -- cgit v1.2.3