Ignore:
Timestamp:
Apr 13, 2014, 2:33:18 AM (11 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3832b71
Parents:
1db7c4b
Message:

Removed obsolete commands to create links and device nodes in /lib/udev/devices

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/bootscripts.xml

    r1db7c4b r3471ff2  
    2626  <sect2 role="installation">
    2727    <title>Installation of Bootscripts</title>
     28
     29    <para os="s1">Remove references to Makefile targets that do not need
     30    to be used at this time:</para>
     31
     32<screen os="s2"><userinput>cp Makefile{,.orig}
     33sed -e '/^install-minimal/s/ udev_device_dirs udev_device_links//' \
     34    -e '/ mknod_devices/d' \
     35    Makefile.orig > Makefile</userinput></screen>
    2836
    2937    <para os="a">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.