From owner-freebsd-small Sat Sep 22 12:35:16 2001 Delivered-To: freebsd-small@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 05A5837B41B for ; Sat, 22 Sep 2001 12:35:09 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f8MJZ1u30380; Sat, 22 Sep 2001 13:35:01 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id f8MJZ0743128; Sat, 22 Sep 2001 13:35:00 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200109221935.f8MJZ0743128@harmony.village.org> To: "Chuck TheMascot" Subject: Re: Booting from Flash Cc: small@FreeBSD.ORG In-reply-to: Your message of "Thu, 20 Sep 2001 08:29:44 PDT." References: Date: Sat, 22 Sep 2001 13:35:00 -0600 From: Warner Losh 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 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