summaryrefslogtreecommitdiffstats
path: root/rules/util-linux-ng.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/util-linux-ng.in')
-rw-r--r--rules/util-linux-ng.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index 1e59c0787..a9735e13c 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -483,4 +483,15 @@ comment "BusyBox' login is selected!"
comment "Shadow package is selected!"
depends on SHADOW
+config UTIL_LINUX_NG_SULOGIN
+ bool
+ depends on !BUSYBOX_SULOGIN || ALLYES
+ prompt "sulogin"
+ help
+ sulogin is invoked by init when the system goes into
+ single-user mode.
+
+comment "BusyBox' sulogin is selected!"
+ depends on BUSYBOX_SULOGIN
+
endif