From d06db93d5954460668d09cf6ef2fc401ee9d981c Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sat, 3 Sep 2016 14:04:03 -0500 Subject: remove swapfiles service The swapfiles service was basically a copy of the swap service, so this commit consolidates the functionality into the swap service. X-Funtoo-Bug-URL: https://bugs.funtoo.org/browse/FL-2523 X-Gentoo-Bug: 568162 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=568162 --- runlevels/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runlevels/Makefile') diff --git a/runlevels/Makefile b/runlevels/Makefile index d367147e..6abd8c52 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -1,7 +1,7 @@ include ../mk/net.mk BOOT= bootmisc fsck hostname localmount loopback \ - root swap swapfiles sysctl urandom ${BOOT-${OS}} + root swap sysctl urandom ${BOOT-${OS}} DEFAULT= local netmount NONETWORK= local SHUTDOWN= savecache ${SHUTDOWN-${OS}} -- cgit v1.2.3