README 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. The udev-lfs set of files is a customization of systemd.
  2. In 2012, udev was merged with systemd and a build methodology
  3. incompatible with LFS. These files add cusom udev rules
  4. for LFS.
  5. These files are distributed in the form of a tar file available
  6. from the LFS file mirrors. The tarball is created with:
  7. mkdir /tmp/udev-lfs-$VERSION
  8. cp -av * /tmp/udev-lfs-$VERSION
  9. tar -jcf /tmp/udev-lfs-$VERSION.tar.bz2 -C /tmp udev-lfs-$VERSION
  10. Makefile.lfs - The LFS Makefile. Installs udev rules for LFS.
  11. contrib - Useful rules from debian
  12. contrib/debian
  13. contrib/debian/83-cdrom-symlinks.rules
  14. contrib/debian/write_cd_aliases
  15. contrib/debian/81-cdrom.rules
  16. 55-lfs.rules - LFS custom rules
  17. write_net_rules - Scripts for LFS rules
  18. write_cd_rules
  19. rule_generator.functions
  20. 55-lfs.txt - Documentation for LFS installed rules
  21. ChangeLog - Log of changes to 55-lfs-rules
  22. init-net-rules.sh - A script for establishing persistent network
  23. rules before the first LFS boot