From b3eb5259f14649c364e6dff01b998c2e6ae2d3b1 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 11 May 2014 00:11:22 +0000 Subject: 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 --- bootscripts/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'bootscripts') 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/ ;\ -- cgit v1.2.3-54-g00ecf