From 42e6a95b1d691b2fcdb49cd57f8ae94acbe27a2c Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 4 Nov 2008 11:30:15 +0000 Subject: Move romount to mount-ro and use the umount -r option as it's more reliable for / --bind mounts, Gentoo #239922. Thanks to Duncan. --- runlevels/Makefile.Linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runlevels') diff --git a/runlevels/Makefile.Linux b/runlevels/Makefile.Linux index 8e086aa..2143a7e 100644 --- a/runlevels/Makefile.Linux +++ b/runlevels/Makefile.Linux @@ -1,6 +1,6 @@ SYSINIT+= devfs dmesg BOOT+= hwclock keymaps modules mtab net.lo procfs termencoding -SHUTDOWN+= killprocs romount +SHUTDOWN+= killprocs mount-ro # This really belongs with sysvinit SHUTDOWN+= halt -- cgit v1.2.3