From 602764f9fece059104b8bf31c2eeefdbd56081f3 Mon Sep 17 00:00:00 2001 From: Aaron Ball Date: Thu, 29 Dec 2016 13:51:29 -0700 Subject: Removed mount cleanup --- init | 6 ------ 1 file changed, 6 deletions(-) diff --git a/init b/init index 8630934..2aa5be2 100755 --- a/init +++ b/init @@ -158,12 +158,6 @@ function main { log "Mounting fakeroot" mount_fakeroot ${ROOTDEV} ${fakeroot} - # Clean up. - # We actually don't do this because switch_root does this for us - umount /proc - umount /sys - umount /run - # Boot the real McCoy exec switch_root ${fakeroot} /sbin/init if [[ $? -gt 0 ]]; then -- cgit v1.2.3