Changeset 3c19a9a


Ignore:
Timestamp:
05/01/2006 04:58:39 PM (18 years ago)
Author:
Archaic <archaic@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
efa4a64
Parents:
0d9735e4
Message:

Changed the cp construct in udev to economize. Also added -v switches.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7572 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/udev.xml

    r0d9735e4 r3c19a9a  
    9898    the configuration files here:</para>
    9999
    100 <!-- FIXME: 90-bug.rules should be removed once the book is released -->
    101 <screen><userinput>cp &udev-config;/05-udev-early.rules /etc/udev/rules.d/
    102 cp &udev-config;/25-lfs.rules /etc/udev/rules.d/
    103 cp &udev-config;/60-persistent-storage.rules /etc/udev/rules.d/
    104 cp &udev-config;/81-cdrom.rules /etc/udev/rules.d/
    105 cp &udev-config;/83-cdrom-symlinks.rules /etc/udev/rules.d/
    106 cp &udev-config;/90-bug.rules /etc/udev/rules.d/</userinput></screen>
     100<!-- FIXME: 90-bug.rules should be removed from the tarball once the book is released -->
     101<screen><userinput>cp -v &udev-config;/[0-9]* /etc/udev/rules.d/</userinput></screen>
    107102
    108103    <para>Now install a helper script that is not included in the main Udev
    109104    tarball:</para>
    110105
    111 <screen><userinput>install -m 744 &udev-config;/write_cd_aliases /lib/udev/</userinput></screen>
     106<screen><userinput>install -v -m 744 &udev-config;/write_cd_aliases /lib/udev/</userinput></screen>
    112107
    113108    <para>Install the documentation that explains how to create Udev rules:</para>
Note: See TracChangeset for help on using the changeset viewer.