From owner-freebsd-current@FreeBSD.ORG Thu Jan 22 15:29:57 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C533106564A for ; Thu, 22 Jan 2009 15:29:57 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: from mail-ew0-f20.google.com (mail-ew0-f20.google.com [209.85.219.20]) by mx1.freebsd.org (Postfix) with ESMTP id 30B258FC18 for ; Thu, 22 Jan 2009 15:29:56 +0000 (UTC) (envelope-from mozolevsky@gmail.com) Received: by ewy13 with SMTP id 13so3167362ewy.19 for ; Thu, 22 Jan 2009 07:29:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=UZUrVNANuCpaW2pVgftVVbgApDd2g1pkmzPFylKjI7M=; b=x308nP+k5vczahyizOEZcPAkssB1LFdUBq+SvZgAiy8lVt/+0yk0R1koMLET/AdGUG Y+fEmrbB1EWPNuUAgd7nr+/l+NN0oVZ1wplAa6nfO9S9hR0bpQfQuEz7Rp4cSVsc5Pa0 X68WZeNwx6vmtOFQG91J4zEn66pMlI9MqBFfM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=X0sGj5rReDscupBqui4YPIk8LgeA0oiVbVLThcLlEu7YE5R0A+P5KKHpEr1aeYEZgv pdiRkeI3M58Yl9EAf/2UbVl5EpwFYB5JII2r9GvzgwDMh8wDgL6tJ39E3fd32zr91Cfc 9bGfyayIKmqY79M3+XLvF7hyRxgFx/rpUKlwo= MIME-Version: 1.0 Sender: mozolevsky@gmail.com Received: by 10.223.109.148 with SMTP id j20mr1680735fap.43.1232636730190; Thu, 22 Jan 2009 07:05:30 -0800 (PST) In-Reply-To: <4978853A.2000107@fsn.hu> References: <4978853A.2000107@fsn.hu> Date: Thu, 22 Jan 2009 15:05:30 +0000 X-Google-Sender-Auth: ebd0c29533cbf88f Message-ID: From: Igor Mozolevsky To: Attila Nagy Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Creating swap based ramdisks from rc.initdiskless by default X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jan 2009 15:29:57 -0000 2009/1/22 Attila Nagy : [snip] > So the question is: what is the rationale behind creating malloc backed > disks by default, instead of swap-backed ones? Yes --- booting from DoC/CDROM/PXE with no HDD on the node... Cheers, Igor :-)