Bug#741964: debootstrap: --variant=fakechroot and --foreign

2018-04-23 Thread Hideki Yamane
On Thu, 19 Apr 2018 09:58:41 +0200 Raphael Hertzog wrote: > This is not doing what you want. You probably want: > if ! doing_variant fakechroot; then ! I'll fix it. Thanks for your review. -- Hideki Yamane

Bug#741964: debootstrap: --variant=fakechroot and --foreign

2018-04-19 Thread Raphael Hertzog
Hello Hideki, it seems to me that you should test and review your commits more often. On Tue, 17 Apr 2018, Hideki Yamane wrote: > - if doing_variant fakechroot; then > - setup_proc_fakechroot > - else > + if doing_variant ! fakechroot; then This is not doing what

Bug#741964: debootstrap: --variant=fakechroot and --foreign

2018-04-17 Thread Hideki Yamane
control: tags -1 +pending On Wed, 17 Feb 2016 15:44:53 + jhcha54008 wrote: > Here is an updated patch for debootstrap 1.0.78+nmu1. Adjust it for current git. diff --git a/scripts/debian-common b/scripts/debian-common index 4ab1fe8..9b313fc 100644 ---

Bug#741964: debootstrap: --variant=fakechroot and --foreign

2016-02-17 Thread jhcha54008
Hi, Here is an updated patch for debootstrap 1.0.78+nmu1. Regards, JH Chatenet diff -Naur a/usr/share/debootstrap/scripts/sid b/usr/share/debootstrap/scripts/sid --- a/usr/share/debootstrap/scripts/sid +++ b/usr/share/debootstrap/scripts/sid @@ -72,6 +72,10 @@ }

Bug#741964: debootstrap: --variant=fakechroot and --foreign

2014-03-17 Thread jhcha54008
Package: debootstrap Version: 1.0.59 Severity: minor Tags: patch Dear Maintainer, Using option foreign with the variant fakechroot fails at the second stage with an error : $ fakechroot fakeroot -s .fakeroot.state debootstrap --variant=fakechroot --foreign jessie my_chroot $ fakechroot