[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#776532: live-build: binary stage lacks use of chroot_dpkg script



Control: tags -1 + patch
thanks

Patch attached.

While I'm on the subject though, just want to point out that the binary
stage also lacks use of the chroot_tmpfs script, it removes but does not
install chroot_debianchroot and there is inconsistency in the ordering
of their use. I'll try to sort this out sometime soon if someone else
doesn't in the meantime.
commit 9befabb39f820f7ba9b3fba65d25df76b32b9b97
Author: jnqnfe <jnqnfe@gmail.com>
Date:   Thu Jan 29 02:52:44 2015 +0000

    Add missing use of chroot_dpkg in binary stage (Closes: #776532)

diff --git a/scripts/build/binary b/scripts/build/binary
index bc09ad6..64a7940 100755
--- a/scripts/build/binary
+++ b/scripts/build/binary
@@ -47,6 +47,7 @@ then
 	lb chroot_hosts install ${@}
 	lb chroot_resolv install ${@}
 	lb chroot_hostname install ${@}
+	lb chroot_dpkg install ${@}
 	lb chroot_sysv-rc install ${@}
 	lb chroot_upstart install ${@}
 	lb chroot_apt install-binary ${@}

Reply to: