From 2d4fa2c2aa124683d506a202f2e5764934c61cbd Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Tue, 19 Jun 2018 16:37:10 +0200 Subject: Move the /etc/rwtab.d & /etc/statetab.d folders to 'filesystem' This will allow services to install drop-in files into these folders for the 'readonly-root' service, but that service won't have to be installed by default as a result... --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f42bae34..20cf54ad 100644 --- a/Makefile +++ b/Makefile @@ -85,8 +85,6 @@ install-man: install-usr # Initscripts still ship some empty directories necessary for system to function # correctly... install-post: install-etc - install -m 0755 -d $(DESTDIR)$(sysconfdir)/rwtab.d - install -m 0755 -d $(DESTDIR)$(sysconfdir)/statetab.d install -m 0755 -d $(DESTDIR)$(sysconfdir)/sysconfig/console install -m 0755 -d $(DESTDIR)$(sysconfdir)/sysconfig/modules install -m 0755 -d $(DESTDIR)$(sharedstatedir)/stateless/state -- cgit v1.2.1