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 diff --git a/general.ent b/general.ent index 30a6a6814..2305eee06 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +