summaryrefslogtreecommitdiff
path: root/src/scripts/14chroot.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 10:04:34 +0200
committerDaniel Baumann <daniel@debian.org>2007-09-23 10:04:34 +0200
commitd2b526b342cf6ababb1494dce5d4f6b30f3fb718 (patch)
tree96af5a431bc770e570bd40c09d041a4adcf2aa59 /src/scripts/14chroot.sh
parentfe7102be0cfa4b23ac583055dfdfc6241fd61179 (diff)
downloadlive-build-d2b526b342cf6ababb1494dce5d4f6b30f3fb718.zip
live-build-d2b526b342cf6ababb1494dce5d4f6b30f3fb718.tar.gz
Adding live-package 0.99.10-1.
Diffstat (limited to 'src/scripts/14chroot.sh')
-rw-r--r--src/scripts/14chroot.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/scripts/14chroot.sh b/src/scripts/14chroot.sh
index e264128..bf38040 100644
--- a/src/scripts/14chroot.sh
+++ b/src/scripts/14chroot.sh
@@ -27,6 +27,9 @@ Chroot ()
# Configure network
Patch_network apply
+ # Mount proc
+ mount proc-live -t proc "${LIVE_CHROOT}"/proc
+
# Configure sources.list
Indices custom
@@ -129,6 +132,9 @@ Chroot ()
# Remove cdebootstrap packages cache
rm -rf "${LIVE_CHROOT}"/var/cache/bootstrap
+ # Unmount proc
+ umount "${LIVE_CHROOT}"/proc
+
# Deconfigure network
Patch_network deapply