| 12345678910111213141516171819202122232425262728293031323334353637383940 | The udev-lfs set of files is a customization of systemd.In 2012, udev was merged with systemd and a build methodologyincompatible with LFS.  These files extract the udevcode from systemd for LFS.These files are distributed in the form of a tar file availablefrom the LFS file mirrors.  The tarball is created with:mkdir /tmp/udev-lfs-$VERSIONcp -av * /tmp/udev-lfs-$VERSIONtar -jcf /tmp/udev-lfs-$VERSION.tar.bz2 -C /tmp udev-lfs-$VERSIONMakefile.lfs         - The main LFS Makefile.  Builds and installs                       udev from systemd sources.makefile-incl.keymap - BLFS makefile for keymap and supporting filesmakefile-incl.gudev  - BLFS makefile for libgudevmakefile-incl.gir    - BLFS makefile for GObject filescontrib              - Useful rules from debiancontrib/debiancontrib/debian/83-cdrom-symlinks.rulescontrib/debian/write_cd_aliasescontrib/debian/81-cdrom.rules55-lfs.rules         - LFS custom ruleswrite_net_rules      - Scripts for LFS ruleswrite_cd_rulesrule_generator.functions55-lfs.txt           - Documentation for LFS installed rulescfg.h                - Basic info needed for udev compilationChangeLog            - Log of changes to 55-lfs-rulesinit-net-rules.sh    - A script for establishing persistent network                       rules before the first LFS boot
 |