diff options
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index c388543d1..f9b665570 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -57,6 +57,10 @@ ln -sv /proc/self/fd/1 /lib/udev/devices/stdout ln -sv /proc/self/fd/2 /lib/udev/devices/stderr ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> + <para>Correct permissions for floppy devices:</para> + +<screen><userinput remap="pre">sed -e 's/0640/0660/' extras/floppy/60-floppy.rules</userinput></screen> + <para>Prepare the package for compilation:</para> <!-- Note that "libdir=/usr/lib64" would be required for multilib. --> |