From af28b78b8e659f995b39a5dde2ce2cef0da9fbe0 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 6 Apr 2021 14:09:59 -0500 Subject: Add chapter8 script commands. --- chapter8/eudev.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'chapter8/eudev.sh') diff --git a/chapter8/eudev.sh b/chapter8/eudev.sh index 7a693aa..a15e189 100644 --- a/chapter8/eudev.sh +++ b/chapter8/eudev.sh @@ -1,3 +1,24 @@ #!/bin/bash +./configure --prefix=/usr \ + --bindir=/sbin \ + --sbindir=/sbin \ + --libdir=/usr/lib \ + --sysconfdir=/etc \ + --libexecdir=/lib \ + --with-rootprefix= \ + --with-rootlibdir=/lib \ + --enable-manpages \ + --disable-static +make + +mkdir -pv /lib/udev/rules.d +mkdir -pv /etc/udev/rules.d + +make -j1 install + +tar -xvf ../udev-lfs-20171102.tar.xz +make -f udev-lfs-20171102/Makefile.lfs install + +udevadm hwdb --update -- cgit v1.2.3-54-g00ecf