From 53a09fa9d57bad1b074d0f72a302ffc4517d4b0f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 7 Aug 2014 17:22:57 +0200 Subject: Added "core" services that are run from scripts on stage 1. - /etc/runit/functions: contains common functions to be used in core-services. - /etc/runit/core-services: directory containing one-time tasks run in stage 1. - Added LXC container detection to disable some core services. This accidentally also fixes the issue of unicode not working in the active TTY from stage 1. --- 2 | 3 --- 1 file changed, 3 deletions(-) (limited to '2') diff --git a/2 b/2 index e7357cc..8440f19 100755 --- a/2 +++ b/2 @@ -10,9 +10,6 @@ for arg in $(cat /proc/cmdline); do esac done -# Setup first tty as unicode again, stage1 does not work correctly for tty1. -unicode_start - [ -x /etc/rc.local ] && /etc/rc.local # Create runlevel and then make it the default. -- cgit 1.4.1