From 574ae42fb009b569a6054bc3622aad2ffe513195 Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Wed, 16 Nov 2016 06:35:55 -0500 Subject: Update gentoo kconfig patch adding CHECKPOINT_RESTORE for GENTOO_LINUX_INIT_SYSTEMD. See bug #598623 --- 4567_distro-Gentoo-Kconfig.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index fd1d23e1..acb09725 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -7,9 +7,9 @@ +source "distro/Kconfig" + source "arch/$SRCARCH/Kconfig" ---- /dev/null 2016-11-06 10:20:15.664515354 -0500 -+++ b/distro/Kconfig 2016-11-06 18:59:57.054530778 -0500 -@@ -0,0 +1,141 @@ +--- /dev/null 2016-11-15 00:56:18.320838834 -0500 ++++ b/distro/Kconfig 2016-11-16 06:24:29.457357409 -0500 +@@ -0,0 +1,142 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -113,6 +113,7 @@ + select AUTOFS4_FS + select BLK_DEV_BSG + select CGROUPS ++ select CHECKPOINT_RESTORE + select DEVPTS_MULTIPLE_INSTANCES + select DMIID + select EPOLL -- cgit v1.2.3-65-gdbad