From owner-freebsd-small@FreeBSD.ORG Mon May 10 15:09:41 2004 Return-Path: Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB84516A4CE for ; Mon, 10 May 2004 15:09:41 -0700 (PDT) Received: from avalon.linuxpowered.com (avalon.linuxpowered.com [64.246.60.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B31F43D31 for ; Mon, 10 May 2004 15:09:41 -0700 (PDT) (envelope-from diz@linuxpowered.com) Received: from linuxpowered.com (txirvcom-itnfw01.verizon.com [::ffff:192.76.54.20]) (AUTH: CRAM-MD5 diz@linuxpowered.com) by avalon.linuxpowered.com with esmtp; Mon, 10 May 2004 17:10:45 -0500 Message-ID: <409FFD84.8060903@linuxpowered.com> Date: Mon, 10 May 2004 17:09:08 -0500 From: masta Organization: wifibsd.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Bruce R. Montague" References: <200405101456.i4AEuQxg000218@mail.cruzio.com> In-Reply-To: <200405101456.i4AEuQxg000218@mail.cruzio.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-small@freebsd.org Subject: Re: Pico-BSD: HD-install X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: masta@wifibsd.org List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 May 2004 22:09:42 -0000 Howdy, To this end, I would also mention the example menu.4th code is the shared docs. You could have a nice loader menu to select with kernel, or root filesystem image to boot with. -Jon Bruce R. Montague wrote: > Marcus Mundt asked: > > > I'm trying to set up a client working with PicoBSD. It should support many > > NICs and have at least telnet on it. I would like to know if it is possible > > to get PicoBSD on HD an boot it from there, perhaps with altered startup. > > Yes, you can do this, essentially trivially. Just copy >the picobsd kernel (the uncompressed kernel image, not >floppy image that contains the compressed kernel image). >Put the picobsd kernel anyplace that you would boot a >FreeBSD kernel. Boot it the same way you would boot >a FreeBSD kernel. > > In the "build_dir-YOURCONF" subdirectory of your picobsd >configuration directory, you will find the picobsd kernel, >named "kernel". Copy it to the "/" dir of the disk from >which you want to boot it... if you need to experiment in >a fast cycle, on a development machine, just copy and >rename the picobsd kernel and reboot the system, running >the new kernel as you would an alternate kernel: > > #cd YOURCONF > #cp kernel /picokernel > > #shutdown -r now > > space-bar > > OK > unload > OK > load /picokernel > OK > boot > > > > - bruce >_______________________________________________ >freebsd-small@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-small >To unsubscribe, send any mail to "freebsd-small-unsubscribe@freebsd.org" > >