From owner-freebsd-hackers@FreeBSD.ORG Mon Apr 19 15:14:53 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 EF1171065676 for ; Mon, 19 Apr 2010 15:14:53 +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 A3F998FC17 for ; Mon, 19 Apr 2010 15:14:53 +0000 (UTC) Received: by qyk37 with SMTP id 37so4501835qyk.8 for ; Mon, 19 Apr 2010 08:14:53 -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=61xDNXQdyIuBEXYimMhHzRlvj7cLBjfIPaZWovQAUO4=; b=UrrUWKG39MrDMD/mJNfujNSXfxJ447InASKrbaBH1n1TKlE5vNypyxe60mzl14S7kX xjH9/bq2LVV4L+GOUSqwBvx5Rcgp8kuP0nUeoGvBkPgP+0wkzgxZoz6jpNoFgYCaMK4e 6nGWdY+JElUvIRZKu4BqSdAkf9NjVao0SITig= 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=inMi8/su5JCyZwfhF3jP8IgzlxT04dMJfptmkHG4JTiiIiBzpShSSlRY5FDrLLNT59 5CI6smEVqv3VKKl8BPTA7mk9upnzIFIgFdtOLX2cBF/iuQdtfQhEGzHfhx4lDpqOZSKt VMixwN5Iz0qznSxX6WmOJqrGUh6Rv6etXzNKI= MIME-Version: 1.0 Received: by 10.229.28.85 with HTTP; Mon, 19 Apr 2010 08:14:52 -0700 (PDT) In-Reply-To: <4BCC6363.90108@icyb.net.ua> References: <20100417231135.422e2db2.ota@j.email.ne.jp> <4BCABA27.3030800@icyb.net.ua> <4BCC6363.90108@icyb.net.ua> Date: Mon, 19 Apr 2010 08:14:52 -0700 Received: by 10.229.233.199 with SMTP id jz7mr3178123qcb.56.1271690092603; Mon, 19 Apr 2010 08:14:52 -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: Mon, 19 Apr 2010 15:14:54 -0000 On Mon, Apr 19, 2010 at 7:06 AM, Andriy Gapon wrote: > on 18/04/2010 13:21 Garrett Cooper said the following: >> 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 yo= ur own. >>> I would also like to share my work-in-progress article on my toying wit= h some >>> LiveCD creation methods: >>> http://wiki.freebsd.org/AvgLiveCD >> >> =A0 =A0 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. > > You mean instead of e.g. UFS on memory disk? E--yup! Beats having to do 2 separate operations for setup and teardown. > Thanks for the tip. Np ;)... Cheers, -Garrett