Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2000 19:49:08 +0900
From:      Tatsumi Hosokawa <hosokawa@FreeBSD.org>
To:        current@FreeBSD.org
Cc:        hosokawa@FreeBSD.org
Subject:   Re: "make release" breakage - dokern.sh patch 2
Message-ID:  <86bsw9i4bf.wl@ringo.FromTo.Cc>
In-Reply-To: In your message of "Wed, 25 Oct 2000 19:37:42 %2B0900" <86d7gpi4uh.wl@ringo.FromTo.Cc>
References:  <20001024143644.A52958@bsdwins.com> <20001024121509.I17729@dragon.nuxi.com> <86zojudnr5.wl@tkc.att.ne.jp> <86d7gpi4uh.wl@ringo.FromTo.Cc>

next in thread | previous in thread | raw e-mail | index | archive | help
At Wed, 25 Oct 2000 19:37:42 +0900,
Tatsumi Hosokawa <hosokawa@FreeBSD.org> 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
<hosokawa@FreeBSD.org>
http://www.sm.rim.or.jp/~hosokawa/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86bsw9i4bf.wl>