From 811d90ff40eddb4dec53aef5276424f25fff4606 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 25 Apr 2013 19:02:32 +0000 Subject: mount_root: prepare base-files Signed-off-by: John Crispin SVN-Revision: 36429 --- package/base-files/files.old/lib/firstboot/99_10_with_fo_cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/base-files/files.old/lib/firstboot/99_10_with_fo_cleanup') diff --git a/package/base-files/files.old/lib/firstboot/99_10_with_fo_cleanup b/package/base-files/files.old/lib/firstboot/99_10_with_fo_cleanup index 0181b39d49..560169901c 100644 --- a/package/base-files/files.old/lib/firstboot/99_10_with_fo_cleanup +++ b/package/base-files/files.old/lib/firstboot/99_10_with_fo_cleanup @@ -6,7 +6,7 @@ with_fo_cleanup() { # try to get rid of /tmp/root # this will almost always fail - umount /tmp/root 2>&- + umount -l /tmp/root 2>&- grep -q overlay /proc/filesystems && { cd / ( -- cgit v1.2.3