diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:34 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:34 +0200 |
commit | d2b526b342cf6ababb1494dce5d4f6b30f3fb718 (patch) | |
tree | 96af5a431bc770e570bd40c09d041a4adcf2aa59 /src/scripts/14chroot.sh | |
parent | fe7102be0cfa4b23ac583055dfdfc6241fd61179 (diff) | |
download | vyos-live-build-d2b526b342cf6ababb1494dce5d4f6b30f3fb718.tar.gz vyos-live-build-d2b526b342cf6ababb1494dce5d4f6b30f3fb718.zip |
Adding live-package 0.99.10-1.
Diffstat (limited to 'src/scripts/14chroot.sh')
-rw-r--r-- | src/scripts/14chroot.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/scripts/14chroot.sh b/src/scripts/14chroot.sh index e264128e0..bf3804095 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 |