summaryrefslogtreecommitdiff
path: root/init.d/halt.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/halt.in')
-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
}