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

Bug#539744: chroot to lenny /target in debootstrap segfaults



On Tuesday 04 August 2009, you wrote:
> Frans Pop wrote:
> > This oneliner change would fix the issue as well:
> > +++ b/packages/base-installer/debian/bootstrap-base.postinst
> > @@ -88,7 +88,7 @@ install_base_system () {
> >                 # so make a backup to be restored later
> >                 copied_fstab=true
> >                 cp /target/etc/fstab /target/etc/fstab.orig
>
> thus this should be a "mv"

Doesn't make any difference. The next line overwrites it.

> -               echo "# UNCONFIGURED FSTAB FOR BASE SYSTEM" >> /target/etc/fstab
> +               echo "# UNCONFIGURED FSTAB FOR BASE SYSTEM" > /target/etc/fstab



Reply to: