[SCM] debian-live/live-helper branch, master, updated. 1.0_a36-1-17-g7b8a854

Daniel Baumann daniel at debian.org
Wed Nov 14 09:14:41 UTC 2007


The branch, master has been updated
       via  7b8a85422a97689a231fddc968a086c11513e4af (commit)
      from  92ae98e621f9d0801157574d79c369eb2e2da582 (commit)


- Shortlog ------------------------------------------------------------
7b8a854 Mounting pseudo filesystems before creating binary images in non-chrooted builds.

Summary of changes:
 helpers/lh_binary |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 7b8a85422a97689a231fddc968a086c11513e4af
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Nov 14 10:13:58 2007 +0100

    Mounting pseudo filesystems before creating binary images in non-chrooted builds.

diff --git a/helpers/lh_binary b/helpers/lh_binary
index b6a30cd..63606e9 100755
--- a/helpers/lh_binary
+++ b/helpers/lh_binary
@@ -67,6 +67,13 @@ lh_binary_local-includes ${*}
 lh_binary_local-hooks ${*}
 lh_binary_md5sum ${*}
 
+if [ "${LH_CHROOT_BUILD}" != "enabled" ]
+then
+	lh_chroot_devpts install ${*}
+	lh_chroot_proc install ${*}
+	lh_chroot_sysfs install ${*}
+fi
+
 # Building images
 lh_binary_iso ${*}
 lh_binary_net ${*}
@@ -80,7 +87,8 @@ then
 	lh_chroot_hostname remove ${*}
 	lh_chroot_resolv remove ${*}
 	lh_chroot_hosts remove ${*}
-	lh_chroot_sysfs remove ${*}
-	lh_chroot_proc remove ${*}
-	lh_chroot_devpts remove ${*}
 fi
+
+lh_chroot_sysfs remove ${*}
+lh_chroot_proc remove ${*}
+lh_chroot_devpts remove ${*}

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list