Hi Jacques.  Here's a feature request - support for DOC (diskonchip)
devices.  I've spent a few hours bashing away at this, and I've got it
going (after a fashion).  I had to add

# DOC 2000 stuff:
mknod /dev/nftla b 93 0  >null 2>&1
mknod /dev/nftla1 b 93 1 >null 2>&1

to the bottom of /var/lib/lrpkg/root.dev.mk  , and 

nftla
nftla1

to the bottom of /var/lib/lrpkg/root.mount

Once I'd done that, it almost worked :-).  I discovered that the DOC
driver in 2.4.18 doesn't seem to like concurrent mounting - it just
hangs when you run the mount a second time.  So I worked around
this by inserting

umount $MNT

on line 217 of /var/lib/lrpkg/root.linuxrc.  This causes a few small
grizzles in the boot messages, but seems to work ok - is there any
reason why root.linuxrc couldn't be reworked to not attempt to mount 
the boot device multiple times?

Cheers
Si


On Mon, Jun 03, 2002 at 08:03:12AM +0200, Jacques Nilo said:
> Dear all:
> With its v1.0-rc2 version Bering appears now fairly stable and it seems that 
> quite a lot of people have been giving it a try.
> We would like to stabilize this first version with a "last" rc3 before final 
> release.
> rc3 should include:
> 2.4.18 kernel with:
> a/ More netfilter patches (to take care of H323, pptp and the like)
> b/ grsecurity patch
> 
> busybox 0.60.3 (will save 10k)
> 
> fix for bridge script
> 
> So if anyone wants to report a bug or some code change proposal it is the 
> time to do so. I got some proposal in the last weeks but lost my hard disk 
> with all my mail in it so do not hesitate to re-issue previous suggestion.
> 
> Also we need people to review the doc, correct the typos and the like. Do not 
> hesitate to volunteer :-)
> 
> Jacques & Eric
> 
> _______________________________________________________________
> 
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> 
> 
> _______________________________________________
> Leaf-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/leaf-devel

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm


_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to