From dcf1e5200671dc032b25d31cc77b0bbf928afb77 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 25 Jul 2014 14:50:49 +0200 Subject: 2: load /etc/rc.local if executable --- 2 | 2 ++ 1 file changed, 2 insertions(+) (limited to '2') diff --git a/2 b/2 index eb3e71e..e7357cc 100755 --- a/2 +++ b/2 @@ -13,6 +13,8 @@ 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. if [ -d /etc/runit/runsvdir/${runlevel} ]; then mkdir -p /run/runit/runsvdir -- cgit 1.4.1