diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-03 21:52:09 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-03 21:52:09 +0000 |
commit | cba2d4e6aa081fdf62e527d28eba137eb885f0cc (patch) | |
tree | eee1c3ef6d42101635b135289262eb1386cf87a0 /udev-lfs/README | |
parent | 008436e04cb47fbba28ab083cf4ef9339699b5fd (diff) |
Added systemd and dbus to the book.
Set up systemd and System V side-by-side with the
ability to reboot to either system.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-lfs/README')
-rw-r--r-- | udev-lfs/README | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/udev-lfs/README b/udev-lfs/README index d9e39c159..61d0e86bc 100644 --- a/udev-lfs/README +++ b/udev-lfs/README @@ -1,7 +1,7 @@ The udev-lfs set of files is a customization of systemd. In 2012, udev was merged with systemd and a build methodology -incompatible with LFS. These files extract the udev -code from systemd for LFS. +incompatible with LFS. These files add cusom udev rules +for LFS. These files are distributed in the form of a tar file available from the LFS file mirrors. The tarball is created with: @@ -10,13 +10,7 @@ mkdir /tmp/udev-lfs-$VERSION cp -av * /tmp/udev-lfs-$VERSION tar -jcf /tmp/udev-lfs-$VERSION.tar.bz2 -C /tmp udev-lfs-$VERSION -Makefile.lfs - The main LFS Makefile. Builds and installs - udev from systemd sources. - -makefile-incl.keymap - BLFS makefile for keymap and supporting files -makefile-incl.gudev - BLFS makefile for libgudev -makefile-incl.gir - BLFS makefile for GObject files - +Makefile.lfs - The LFS Makefile. Installs udev rules for LFS. contrib - Useful rules from debian contrib/debian @@ -31,8 +25,6 @@ rule_generator.functions 55-lfs.txt - Documentation for LFS installed rules -cfg.h - Basic info needed for udev compilation - ChangeLog - Log of changes to 55-lfs-rules init-net-rules.sh - A script for establishing persistent network |