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

Re: trouble with /sbin/termwrap



On Wed, May 23, 2001 at 09:08:57PM +0100, Richard Hirst wrote:
> 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.

Good point.  It looks like this is already done for lazybox.
Please add the following snippet to your testing:

Index: rootdisk.sh
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/rootdisk.sh,v
retrieving revision 1.200
diff -u -r1.200 rootdisk.sh
--- rootdisk.sh	2001/05/18 01:48:15	1.200
+++ rootdisk.sh	2001/05/23 20:22:54
@@ -322,6 +322,8 @@
 ln -sf ../bin/lazybox $T/bin/fuser
 ln -sf ../bin/lazybox $T/bin/netstat
 
+chmod a+x $T/sbin/termwrap
+
 ln -sf ../tmp $T/var/
 ln -sf ../proc/mounts $T/etc/mtab
 
Matt



Reply to: