diff options
author | Aaron Ball <nullspoon@oper.io> | 2016-12-29 13:51:29 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2016-12-29 13:51:29 -0700 |
commit | 602764f9fece059104b8bf31c2eeefdbd56081f3 (patch) | |
tree | 9319a1f6fb582a2e65fdabbaf132a3d3f6ddd641 | |
parent | 5e5165543da857122c1fedf9f329a0ad28bbb80d (diff) | |
download | mkinitramfs-602764f9fece059104b8bf31c2eeefdbd56081f3.tar.gz mkinitramfs-602764f9fece059104b8bf31c2eeefdbd56081f3.tar.xz |
Removed mount cleanup
-rwxr-xr-x | init | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |