From 0306755a86c4f3af3da7697caf60d923c5863025 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 16 Apr 2006 09:32:27 +0000 Subject: We are creating a new file, no appending to an existing one. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7533 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/udev.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06') diff --git a/chapter06/udev.xml b/chapter06/udev.xml index f78ab1cec..1978037f8 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -105,7 +105,7 @@ ln -sv /proc/kcore /lib/udev/devices/core Create some rules that work around broken sysfs attribute creation timing in linux-2.6.15: -cat >> /etc/udev/rules.d/10-wait_for_sysfs.rules << "EOF" +cat > /etc/udev/rules.d/10-wait_for_sysfs.rules << "EOF" ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus" ACTION=="add", SUBSYSTEM=="net", WAIT_FOR_SYSFS="address" EOF -- cgit v1.2.3-54-g00ecf