README 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. 55-lfs.txt - Documentation for LFS installed rules
  25. cfg.h - Basic info needed for udev compilation
  26. ChangeLog - Log of changes to 55-lfs-rules
  27. init-net-rules.sh - A script for establishing persistent network
  28. rules before the first LFS boot