From 579838d2e7b1f9d43d2d284bcc8a90f6e27118ba Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 28 Oct 2013 15:21:50 -0500 Subject: bootmisc: do not run clean_run on VSERVER systems X-Gentoo-Bug: 489370 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=489370 --- init.d/bootmisc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in index a7e54a7..526ebff 100644 --- a/init.d/bootmisc.in +++ b/init.d/bootmisc.in @@ -117,6 +117,7 @@ migrate_to_run() clean_run() { + [ "$RC_SYS" = VSERVER ] && return 0 local dir dir=$(mktemp -d) mount --bind / $dir -- cgit v1.2.3