From 7eb3975543eafd44c6946ca5a76812aa0d7a7303 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 6 Nov 2018 16:34:14 -0600 Subject: Create save-keymaps and save-ktermencoding services These services represent the parts of the keymaps and termencoding services which saved the settings back to the root file system so they can be loaded very early in the boot process. These are needed to allow keymaps and termencoding to run earlier in the boot sequence. X-Gentoo-Bug: 446018 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=446018 --- runlevels/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runlevels') diff --git a/runlevels/Makefile b/runlevels/Makefile index f000db0d..dbfb59ca 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -36,7 +36,8 @@ BOOT-FreeBSD+= hostid modules newsyslog savecore syslogd # FreeBSD specific stuff BOOT-FreeBSD+= adjkerntz dumpon syscons -BOOT-Linux+= binfmt hwclock keymaps modules mtab procfs termencoding +BOOT-Linux+= binfmt hwclock keymaps modules mtab procfs save-keymaps \ + save-termencoding termencoding SHUTDOWN-Linux= killprocs mount-ro SYSINIT-Linux= devfs cgroups dmesg sysfs -- cgit v1.2.3