]> spindle.queued.net Git - xodist/blobdiff - functions.sh
mkchroot: drop internal_mount functions
[xodist] / functions.sh
index 4e1e0c98ee12fa41f5057dfef61a31dfe840b70d..89f2ff80151febb39aa1fa740f87870485ef993a 100644 (file)
@@ -100,14 +100,6 @@ boot
 EOF
 }
 
-chroot_internal_mounts()
-{
-    root_dir="$1"
-    mount -t proc proc ${root_dir}/proc
-    mount -t devpts devpts ${root_dir}/dev/pts
-    mount -t tmpfs tmpfs ${root_dir}/var/cache/apt/cache
-}
-
 chroot_internal_umounts()
 {
     root_dir="$1"