From owner-freebsd-small Sat Sep 22 21:19:15 2001 Delivered-To: freebsd-small@freebsd.org Received: from www.kozubik.com (www.kozubik.com [216.188.96.212]) by hub.freebsd.org (Postfix) with ESMTP id A40EF37B41A for ; Sat, 22 Sep 2001 21:19:11 -0700 (PDT) Received: from localhost (john@localhost) by www.kozubik.com (8.11.0/8.11.0) with ESMTP id f8N4Cip36512; Sat, 22 Sep 2001 21:12:44 -0700 (PDT) (envelope-from john@kozubik.com) Date: Sat, 22 Sep 2001 21:12:44 -0700 (PDT) From: John Kozubik To: Warner Losh Cc: Chuck TheMascot , small@FreeBSD.ORG Subject: Re: Booting from Flash In-Reply-To: <200109221935.f8MJZ0743128@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG For a more refined translation of the commands that Warner just listed in his post (that I originally got from him anyway, over a long period of time) please see: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/solid-state/index.html This takes you through things in a very simple, step by step manner. ----- John Kozubik - john@kozubik.com - http://www.kozubik.com On Sat, 22 Sep 2001, Warner Losh wrote: > In message "Chuck TheMascot" writes: > : I just reread your message this time I noticed that the flash is a > : *removeable* CF card! Too cool. If the laptop runs FreeBSD and recognizes > : the CF card it should be a piece of cake ! If you run out of room in the > : 16mb for X, just buy a bigger CF card. Frys has 128mb CF cards for around > : $75. > > The removable part makes it trivial. > > We use some custom scripts to create 32M and 64M parts all the time > with a CF adapter and desktop ISA card. > > With 4.4 you should be able to do something like: > make buildworld > fdisk -I ad8 > disklabel -rw ad8s1 auto > newfs /dev/ad8s1a > mount /dev/ad8s1a /mnt > setenv DESTDIR /mnt > cd /usr/src/etc > make distribution > cd .. > foreach i (dirs-of-interest) > (cd $i && make install) > done > > Warner > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-small" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message