README 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 extract the udev
  4. code from systemd 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 main LFS Makefile. Builds and installs
  11. udev from systemd sources.
  12. makefile-incl.keymap - BLFS makefile for keymap and supporting files
  13. makefile-incl.gudev - BLFS makefile for libgudev
  14. makefile-incl.gir - BLFS makefile for GObject files
  15. contrib - Useful rules from debian
  16. contrib/debian
  17. contrib/debian/83-cdrom-symlinks.rules
  18. contrib/debian/write_cd_aliases
  19. contrib/debian/81-cdrom.rules
  20. 55-lfs.rules - LFS custom rules
  21. write_net_rules - Scripts for LFS rules
  22. write_cd_rules
  23. rule_generator.functions
  24. doc - Documentation for LFS installed rules
  25. doc/55-lfs.txt
  26. doc/README
  27. cfg.h - Basic info needed for udev compilation
  28. ChangeLog - Log of changes to 55-lfs-rules
  29. init-net-rules.sh - A script for establishing persistent network
  30. rules before the first LFS boot