tech-userlevel archive

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

Re: Makeing MKBSDTAR=yes the default



On Sat, Sep 09, 2017 at 03:01:14PM +0200, Martin Husemann wrote:
> On Sat, Sep 09, 2017 at 02:43:00PM +0200, Kamil Rytarowski wrote:
> > No problems are observed except broken sysinst(8) during the process of
> > unpacking the sets. I assume that something hardcodes tool arguments and
> > they are incompatible with bsddar or pigz.
> 
> That IS a serious problem though ;-)
> 
> src/usr.sbin/sysinst/util.c:
> 
>         /* now extract set files into "./". */
>         rval = run_program(RUN_DISPLAY | RUN_PROGRESS,
>                         "progress -zf %s tar --chroot -xhepf -", path);

That would be -e.

Joerg


Home | Main Index | Thread Index | Old Index