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

Re: trouble with /sbin/termwrap



On Wed, May 23, 2001 at 01:22:32PM -0600, Matt Kraai wrote:
> Thanks for all the explanation.  The following patch should
> implement the above, though you will probably have to manually
> move termwrap into scripts/rootdisk/prototype/sbin/.  If someone
> could test this out and verify that it works, I'll commit it.

I'm trying now, but I'm wondering if we need a 'chmod +x' on
that script also.

> RCS file: /cvs/debian-boot/boot-floppies/utilities/dbootstrap/extract_base.c,v
> retrieving revision 1.34
> diff -u -r1.34 extract_base.c
> --- utilities/dbootstrap/extract_base.c	2001/05/15 06:47:13	1.34
> +++ utilities/dbootstrap/extract_base.c	2001/05/23 19:18:42
> @@ -371,6 +371,9 @@
>    }
>    sprintf(prtbuf,"cp %s %s","/etc/inittab.install","/target/etc/inittab"); 
>    execlog(prtbuf, LOG_INFO);
> +
> +  sprintf(prtbuf, "cp %s %s", "/sbin/termwrap", "/target/sbin/termwrap");
> +  execlog(prtbuf, LOG_INFO);
>    
>    sync();
>    return 0;



Reply to: