From owner-freebsd-small Fri Dec 31 6:26:32 1999 Delivered-To: freebsd-small@freebsd.org Received: from peach.ocn.ne.jp (peach.ocn.ne.jp [210.145.254.87]) by hub.freebsd.org (Postfix) with ESMTP id 8E51F14F31 for ; Fri, 31 Dec 1999 06:26:30 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com (dcs@p26-dn02kiryunisiki.gunma.ocn.ne.jp [210.163.200.123]) by peach.ocn.ne.jp (8.9.1a/OCN) with ESMTP id XAA09770; Fri, 31 Dec 1999 23:26:19 +0900 (JST) Message-ID: <386CBD0B.F9B12D33@newsguy.com> Date: Fri, 31 Dec 1999 23:26:19 +0900 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,pt-BR,ja MIME-Version: 1.0 To: Luigi Rizzo Cc: small@FreeBSD.ORG Subject: Re: loader dictionary full on 3.4R picobsd ? References: <199912311100.MAA03504@info.iet.unipi.it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Luigi Rizzo wrote: > > > In what way is loader(8) deficient? I'd think all you need to know is > > i think it does not include the names to put in "load -t ...", > is there any place i can find them ? Ah, yes, that would be tricky. Loader has no special treatment for those types. These are tags that get associated with whatever was loaded, and can be treated in any way applications want. Perhaps a few examples documenting the existing uses would be in order, but... > > there... Anyway, check grog's work on PicoBSD. It uses bare-bones > > exactly -- there is everything, which assumes a bit of understanding ??? Check what grog did. His loader.rc has *TWO* lines, and no *.4th or *.conf stuff. > of what is going on in the loader. But, to be short, would it suffice > to put the following in /boot/loader.rc > > load /kernel > load -t userconfig_script /boot/kernel.conf > load -t /fs.PICOBSD > autoboot 5 > > anything else ? It can get shorter, even. :-) -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "Nice try, Lao Che." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message