diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-05-11 00:11:22 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-05-11 00:11:22 +0000 |
commit | b3eb5259f14649c364e6dff01b998c2e6ae2d3b1 (patch) | |
tree | de7ec9b8bfabaf75955266fe66a5d4474cb7b50a /bootscripts/Makefile | |
parent | c5be6346ba51965f9ee82804089ba6c606c7e038 (diff) |
Remove systemd and dbus. Add eudev.
Update gnu urls to use an entity.
Update kbd URL.
Update procps-ng URL.
Update to shadow-4.2.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10557 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts/Makefile')
-rw-r--r-- | bootscripts/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bootscripts/Makefile b/bootscripts/Makefile index 70ce71365..63ae8150e 100644 --- a/bootscripts/Makefile +++ b/bootscripts/Makefile @@ -25,7 +25,6 @@ create-dirs: install -d -m ${DIRMODE} ${ETCDIR}/sysconfig install -d -m ${DIRMODE} ${LIBDIR} install -d -m ${DIRMODE} ${SERVICEDIR} - install -d -m ${DIRMODE} ${UNITDIR} install -d -m ${DIRMODE} ${MAN8} install -d -m ${DIRMODE} ${SBIN} ln -sfn services ${LIBDIR}/lsb @@ -59,7 +58,6 @@ files: create-dirs install -m ${MODE} lfs/lib/services/ipv4-static-route ${SERVICEDIR} install -m ${MODE} lfs/lib/services/ipv4-static ${SERVICEDIR} install -m ${CONFMODE} lfs/lib/services/init-functions ${SERVICEDIR} - install -m ${CONFMODE} lfs/units/ifupdownat.service ${UNITDIR}/ifupdown@.service if [ ! -f ${ETCDIR}/sysconfig/createfiles ]; then \ install -m ${CONFMODE} lfs/sysconfig/createfiles ${ETCDIR}/sysconfig/ ;\ |