diff options
Diffstat (limited to 'chapter05/udev.xml')
-rw-r--r-- | chapter05/udev.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter05/udev.xml b/chapter05/udev.xml index 1d24b4a45..390b7c928 100644 --- a/chapter05/udev.xml +++ b/chapter05/udev.xml @@ -31,13 +31,14 @@ <sect2 role="installation"> <title>Installation of Udev</title> -<para>The udevstart program hardcodes the path to the udev program in itself, -which is bad since we install udev in a non-standard location. Fix this by +<para>The <command>udevstart</command> program hardcodes the path +to the <command>udev</command> program in itself, which is bad since we +install <command>udev</command> in a non-standard location. Fix this by running the following:</para> <screen><userinput>sed -i 's@/sbin/udev@/tools/sbin/udev@g' udevstart.c</userinput></screen> -<para>Also assure that udev knows the correct location to look for its +<para>Also assure that <command>udev</command> knows the correct location to look for its configuration files:</para> <screen><userinput>sed -i 's@/etc@/tools/etc@g' etc/udev/udev.conf.in</userinput></screen> |