From d3f73c2fed53074ffdfb231afa85b2d67c90c6ee Mon Sep 17 00:00:00 2001 From: "Christopher James Halse Rogers (RAOF)" Date: Thu, 26 Jul 2007 16:13:48 +1000 Subject: [PATCH] sbuild now fails when chroot_mode is defined, remove it from template config --- mk-sbuild-lv | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mk-sbuild-lv b/mk-sbuild-lv index fcbf17b..a21617a 100755 --- a/mk-sbuild-lv +++ b/mk-sbuild-lv @@ -52,11 +52,6 @@ if [ ! -w /var/lib/sbuild ]; then # (mandatory, no default!). \$maintainer_name='$USER <$USER@localhost>'; -# Chroot behaviour; possible values are "split" (apt and dpkg are run -# from the host system) and "schroot" (all package operations are done in -# the chroot with schroot, but the chroot must allow networking) -\$chroot_mode = "schroot"; - # Directory for chroot symlinks and sbuild logs. Defaults to the # current directory if unspecified. #\$build_dir='$HOME/ubuntu/build';