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
This commit is contained in:
parent
9238d94d64
commit
579838d2e7
@ -117,6 +117,7 @@ migrate_to_run()
|
||||
|
||||
clean_run()
|
||||
{
|
||||
[ "$RC_SYS" = VSERVER ] && return 0
|
||||
local dir
|
||||
dir=$(mktemp -d)
|
||||
mount --bind / $dir
|
||||
|
Loading…
Reference in New Issue
Block a user