summaryrefslogtreecommitdiff
path: root/sys-apps/openrc/files/openrc-enable-interactive-2.patch
blob: cd56586d8274d8ef58f783e8f213867bf8fab6a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- openrc-0.9.8.1.orig//etc/rc.conf.in
+++ openrc-0.9.8.1/etc/rc.conf.in
@@ -3,7 +3,7 @@
 # Set rc_interactive to "YES" and you'll be able to press the I key during
 # boot so you can choose to start specific services. Set to "NO" to disable
 # this feature.
-#rc_interactive="YES"
+rc_interactive="YES"
 
 # If we need to drop to a shell, you can specify it here.
 # If not specified we use $SHELL, otherwise the one specified in /etc/passwd,