From: Andres Salomon Date: Thu, 28 May 2009 23:33:27 +0000 (-0400) Subject: mkchroot: remove unused umount function X-Git-Tag: v0.6~61 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=commitdiff_plain;h=523e80a751efbd39f7a5da49ee20a0004588ba75 mkchroot: remove unused umount function Signed-off-by: Andres Salomon --- diff --git a/functions.sh b/functions.sh index 89f2ff8..4acc14f 100644 --- a/functions.sh +++ b/functions.sh @@ -100,14 +100,6 @@ boot EOF } -chroot_internal_umounts() -{ - root_dir="$1" - umount ${root_dir}/proc - umount ${root_dir}/dev/pts - umount ${root_dir}/var/cache/apt/cache -} - start_logging() { logpipe="$1".pipe