aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/symlinks.xml
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to Udev-151. Fixes #2561.Matthew Burgess2010-01-281-4/+0
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added switch to install udev documentation in theBruce Dubbs2009-08-011-1/+2
| | | | | | proper versioned directory. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9035 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* In chapter07/symlinks.xmlBruce Dubbs2009-05-181-3/+3
| | | | | | | | | Changed /etc/udev/rules.d/ to /lib/udev/rules.d/ in two places. Updated the blfs link to point to view/svn/postlfs/devices.html In chapter06/gzip.xml, added a sed to fix zdiff git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8890 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade Udev to 122, udev-config to 20080522, and lfs-bootscripts to ↵Bryan Kadzban2008-05-231-2/+2
| | | | | | | | | 20080522. Replace "write_net_rules all_interfaces" with a "udevadm test" loop. Fix several typos. Remove the usb_id segfault patch, as it's included in Udev now. Add /lib/udev/devices/kmsg, as udevd uses /dev/kmsg to log a message at startup. Replace udevtrigger/udevinfo with "udevadm trigger" and "udevadm info" in the text. Should fix #2057, #2079, #2170, and #2186. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8545 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Removed obsolete note from Creating Symlinks section about continuation ↵Bruce Dubbs2007-10-301-13/+1
| | | | | | lines in udev rules. Changed dailout group to uucp for udev rule compatability. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8426 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Added missing nodump attribute.Manuel Canales Esparcia2007-05-131-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8128 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Correct a typo - write_cd_rules is the name of the script installed by Udev ↵Matthew Burgess2007-05-101-1/+1
| | | | | | and referenced in our rules files git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Upgrade to Udev-108. Fixes #1976.Matthew Burgess2007-04-161-11/+12
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8064 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Trailing spaces clean-up.Manuel Canales Esparcia2007-04-081-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8037 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Updated book sources to use DocBook-XML DTD 4.5Manuel Canales Esparcia2007-03-211-2/+2
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7970 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Add a note about CD symlinks possibly not matching the host. Fixes the rest ↵Bryan Kadzban2007-02-211-3/+11
| | | | | | of #1963. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7927 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix part of #1963 (use ATTRS instead of SYSFS), add the note about the ↵Bryan Kadzban2007-02-181-2/+14
| | | | | | backslash at the end of each line back into the book, and add a reference to #1912 to the changelog entry from r7924. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7926 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Use upstream Udev rule_generator setup for NIC naming; fixes #1912. Also fix ↵Bryan Kadzban2007-02-181-5/+6
| | | | | | a validation error in r7923. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Update CD symlinks section to use upstream rule_generator rules instead of ↵Bryan Kadzban2007-02-171-70/+60
| | | | | | generating our own. Fixes part of #1912. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7923 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Move custom CD symlink and custom NIC name rules files to ↵Bryan Kadzban2006-11-111-6/+12
| | | | | | 70-persistent-*.rules, and add ENV{GENERATED} to the CD symlink rules. Prevents Udev rule_generator stuff from conflicting. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7854 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Changed the notes in sections 7.13.1 and 7.14.1 to be explicit about the ↵Bryan Kadzban2006-09-231-4/+10
| | | | | | lack of quotes around EOF. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7798 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Make the spacing consistent for redirecting to a here-document. Thanks to ↵Matthew Burgess2006-09-211-3/+3
| | | | | | Peter Ennis for the report. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7797 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Fix a couple of capitalisation typos (Peter Ennis)Matthew Burgess2006-08-291-1/+1
| | | | git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7778 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Ported updates from 6.2 branch.Manuel Canales Esparcia2006-08-031-11/+24
| | | | | | Small tags fixes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
* Various fixes and additions for examples of custom rules in Udev courtesyDan Nichilson2006-07-121-0/+128
of Alexander Patrakov. Includes guidelines for persistent CD-ROM symlinks. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7661 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689