summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-06-12 10:59:54 +0000
committerSuper user <root@baserock.(none)>2012-09-17 13:11:39 +0000
commit6b65644e4b59e2889c4f753121655022693741f9 (patch)
treef3abe92622c2e868966339fc0d3df1664f3a8f0c
parent14e9bc62f07fd24ffda17acb3d86b07d8211631d (diff)
downloadbusybox-6b65644e4b59e2889c4f753121655022693741f9.tar.gz
busybox.morph: remove runlevel command
Systemd will also provide a symlink for this. systemd doesn't have traditional runlevels, but it has compatibility for them, runlevel 5 is multi-user.target.
-rw-r--r--busybox.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.morph b/busybox.morph
index 3eb13dd7b..99411010e 100644
--- a/busybox.morph
+++ b/busybox.morph
@@ -25,6 +25,7 @@
"sed -e 's/.*CONFIG_LSUSB.*/# CONFIG_LSUSB is not set/' -i .config",
"sed -e 's/.*CONFIG_INIT.*/# CONFIG_INIT is not set/' -i .config",
"sed -e 's/.*CONFIG_HALT.*/# CONFIG_HALT is not set/' -i .config",
+ "sed -e 's/.*CONFIG_RUNLEVEL.*/# CONFIG_RUNLEVEL is not set/' -i .config",
"sed -e 's/.*CONFIG_FEATURE_USE_INITTAB.*/# CONFIG_FEATURE_USE_INITTAB is not set/' -i .config",
"sed -e 's/.*CONFIG_FEATURE_INIT_SCTTY.*/# CONFIG_FEATURE_INIT_SCTTY is not set/' -i .config",
"sed -e 's/.*CONFIG_FEATURE_INIT_SYSLOG.*/# CONFIG_FEATURE_INIT_SYSLOG is not set/' -i .config",