diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index ab8368c9f..20d3eb98c 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -32,7 +32,7 @@ <seglistitem> <seg>&udev-ch6-sbu;</seg> - <seg>&udev-ch6-du;</seg> + <seg>&udev-ch6-du; plus &udev-testfiles-du; for testfiles</seg> </seglistitem> </segmentedlist> @@ -46,6 +46,12 @@ <screen><userinput remap="pre">tar -xvf ../&udev-config;.tar.bz2</userinput></screen> + <para>The udev-testfiles tarball contains files needed to test udev. The + file expands to an apparant size of about 37MB but the actual disk usage + is less than 7MB.</para> + +<screen><userinput remap="pre">tar -xvf ../udev-&udev-version;-testfiles.tar.bz2 --strip-components=1</userinput></screen> + <para>Create some devices and directories that Udev cannot handle due to them being required very early in the boot process, or by Udev itself:</para> @@ -111,7 +117,9 @@ mknod -m0666 /lib/udev/devices/null c 1 3</userinput></screen> <screen><userinput remap="make">make</userinput></screen> - <para>This package does not come with a test suite.</para> + <para>Test the package.</para> + +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> |