summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d/halt.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/halt.in b/init.d/halt.in
index 754d4ad..d92ce5f 100644
--- a/init.d/halt.in
+++ b/init.d/halt.in
@@ -8,7 +8,7 @@ description="Halt or reboot the host depending on sysvinit runlevel."
depend()
{
after *
- use romount
+ use mount-ro
keyword noprefix
}