On Fri, May 10, 2013 at 12:18:28AM +0300, Markku Pesonen wrote:
> 
> I think this is caused by some change in util-linux-2.22 umount code (if
> I remember correctly). In /etc/rc.d/init.d/mountfs there is the
> following line:
> umount -a -d -r -t notmpfs,nosysfs,nodevtmpfs,noproc >/dev/null
> Despite using the -r option, umount does not remount the root filesystem
> in read-only mode during shutdown like it used to. Adding this command
> after that line fixed things for me:
> mount -n -o remount,ro /
> 
> My own bootscripts are somewhat different than those currently used in
> LFS so I'm not sure if this is the right way of fixing this issue in
> LFS, but it should be safe to try.
> 
 Thanks, sounds useful.

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to