[PATCH][kteam-tools] chroot-setup: install schroot rather than dchroot
Colin King
colin.king at canonical.com
Wed Oct 4 09:30:04 UTC 2017
From: Colin Ian King <colin.king at canonical.com>
dchroot is deprecated, use schroot instead
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
chroot-setup/make_chroot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chroot-setup/make_chroot b/chroot-setup/make_chroot
index 9054d88e..b0a6d840 100755
--- a/chroot-setup/make_chroot
+++ b/chroot-setup/make_chroot
@@ -33,7 +33,7 @@ RELEASE_ARCH=${RELEASE}-${ARCH}
#
# Make sure you've all of the prerequisite packages installed.
#
-PRE_REQS="debootstrap dchroot kernel-wedge fakeroot gawk postfix binfmt-support qemu-user-static"
+PRE_REQS="debootstrap schroot kernel-wedge fakeroot gawk postfix binfmt-support qemu-user-static"
for i in ${PRE_REQS}
do
--
2.14.1
More information about the kernel-team
mailing list