Re: crunched binary oddity

2001-07-26 Thread void
On Thu, Jul 26, 2001 at 12:09:46PM +0100, Ian Dowse wrote: > > When mount(8) invokes a mount_xxx program, it sets argv[0] to the > name of the filesystem (ufs, mfs, nfs etc). Why? -- Ben "An art scene of delight I created this to be ..." -- Sun Ra To Unsubscribe: send mail to

RE: crunched binary oddity

2001-07-26 Thread Etienne de Bruin
> When mount(8) invokes a mount_xxx program, it sets argv[0] to the > name of the filesystem (ufs, mfs, nfs etc). Crunched binaries use > the argv[0] name to determine which code to execute, so you need > to add > > ln mount_mfs mfs > > to your crunchgen config file to get this to work. Al

Re: crunched binary oddity

2001-07-26 Thread Ian Dowse
In message <[EMAIL PROTECTED]>, Peter Pentchev writes : >On Tue, Jul 24, 2001 at 10:14:09AM -0700, Etienne de Bruin wrote: >> Greetings. I crunchgen'd newfs and linked mount_mfs to it (among many other >> progs), compiled it with success. And yet when I boot my MFS kernel and try >> to mount /tm

Re: crunched binary oddity

2001-07-26 Thread Peter Pentchev
On Tue, Jul 24, 2001 at 10:14:09AM -0700, Etienne de Bruin wrote: > Greetings. I crunchgen'd newfs and linked mount_mfs to it (among many other > progs), compiled it with success. And yet when I boot my MFS kernel and try > to mount /tmp to mfs, boot_crunch complains that 'mfs' is not compiled i

crunched binary oddity

2001-07-24 Thread Etienne de Bruin
Greetings. I crunchgen'd newfs and linked mount_mfs to it (among many other progs), compiled it with success. And yet when I boot my MFS kernel and try to mount /tmp to mfs, boot_crunch complains that 'mfs' is not compiled into it? My /etc/fstab: /dev/zero /tmpmfs rw,