From 9b30d4793d4a0ce214ea041150b80290be3efcf2 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 19 May 2011 23:29:16 +0200 Subject: [PATCH] base/init: do not lazy umount /run --- modules.d/99base/init | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules.d/99base/init b/modules.d/99base/init index 2cdae54a..ce5e2e98 100755 --- a/modules.d/99base/init +++ b/modules.d/99base/init @@ -405,8 +405,6 @@ wait_for_loginit info "Switching root" -umount -l /run - unset PS4 CAPSH=$(command -v capsh)