From owner-freebsd-hackers@FreeBSD.ORG Sun Apr 18 10:21:58 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF2F61065674 for ; Sun, 18 Apr 2010 10:21:58 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f199.google.com (mail-qy0-f199.google.com [209.85.221.199]) by mx1.freebsd.org (Postfix) with ESMTP id 750FD8FC16 for ; Sun, 18 Apr 2010 10:21:57 +0000 (UTC) Received: by qyk37 with SMTP id 37so3484748qyk.8 for ; Sun, 18 Apr 2010 03:21:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=X32Dq5Kibo082BqFL1AzyDhtziytxSwZyicOq/lPTpA=; b=b4ImOdPyQiFr2tL2OFnYXSBtkn1/pgExVDthuFw5G8FwwKcGkCeBkok4a3E5itWaCS Qb2pb0BGZMp5YVLM+FtU5g7lbBYeu3ur25Vzlckdqyusl7UQeebVT0BGbdNI71D1rM3W 2ekTNh99dzbgzU7Lmf/mBbyifBPwYAfyTC1Gw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=GkF4zOOZN9SUY88cCgjb1H05aPFxIagDxxhB6bwi22Hktaz+u73Khd8uspw5qawpxQ 3gMmwi00sQfgbwP+/WWiJJ8I3fCRW6Q85gor0sslpSaVn2gkb/21xw2pkAZrZbMYcqRG DvxAdR3mv4gBJXdK+2Lq0MmgEDHG+ywUs3SMk= MIME-Version: 1.0 Received: by 10.229.28.85 with HTTP; Sun, 18 Apr 2010 03:21:57 -0700 (PDT) In-Reply-To: <4BCABA27.3030800@icyb.net.ua> References: <20100417231135.422e2db2.ota@j.email.ne.jp> <4BCABA27.3030800@icyb.net.ua> Date: Sun, 18 Apr 2010 03:21:57 -0700 Received: by 10.229.248.211 with SMTP id mh19mr4070111qcb.104.1271586117268; Sun, 18 Apr 2010 03:21:57 -0700 (PDT) Message-ID: From: Garrett Cooper To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Yoshihiro Ota , Tim Judd , freebsd-hackers Subject: Re: Fwd: mkuzip and/or geom_uzip changes? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2010 10:21:58 -0000 On Sun, Apr 18, 2010 at 12:52 AM, Andriy Gapon wrote: > on 18/04/2010 06:11 Yoshihiro Ota said the following: >> If you want to make a bootable FreeBSD CD, take a look at >> freesbie in ports. =A0That's what the software does. >> >> I that doesn't satisfy you, you can start look into creating one on your= own. > > I would also like to share my work-in-progress article on my toying with = some > LiveCD creation methods: > http://wiki.freebsd.org/AvgLiveCD FWIW, tempfs is a really easy usable way to get temporary filesystems too if your target machines have enough RAM. It was plenty functional up to 200MB on a system with 2GB RAM and a 8.0-RELEASE kernel. Cheers, -Garrett