At Wed, 25 Oct 2000 19:37:42 +0900,
Tatsumi Hosokawa <[EMAIL PROTECTED]> wrote:
> 
> How about mergeing ifconfig kldload function into sysinstall, and move
> /boot/kernel/if_xxx.ko into mfsroot.gz mfs image.

or simply add,

main()
{
+       for ( i in /kernel/*.ko ) {
+               kdload(i);
+       }

How about it?  If it's acceptable, I'll try to write this patch this
weekend.


--
Tatsumi Hosokawa
<[EMAIL PROTECTED]>
http://www.sm.rim.or.jp/~hosokawa/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to