From owner-svn-src-head@FreeBSD.ORG Wed Aug 6 08:58:32 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8FDA6FD for ; Wed, 6 Aug 2014 08:58:32 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84D462785 for ; Wed, 6 Aug 2014 08:58:32 +0000 (UTC) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by gateway1.nyi.internal (Postfix) with ESMTP id 5E47B2282A for ; Wed, 6 Aug 2014 04:50:15 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Wed, 06 Aug 2014 04:50:15 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.net; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s=mesmtp; bh=U8i+Nep5g+qrsmwRcpX4QospWV4=; b=XSNIaIlSK6MZpmq1xaWH29ZqxUqt tr5crUS3JhZvzDw3bt65baVjDT5tm9nU1TF73qlawl4ofm6EG6nmHY3g7+EDmUKp DYc6TUhvrvyyEszXoZL3z4P0oZTn863XjQvd1l++q47IHAAor1llmpRmqygsrc9D X1O9P/q24a+dZCc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:date:from:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; s=smtpout; bh=U8i+Nep5g+qrsmwRcpX4Qo spWV4=; b=pu29g/xQuEdcXzNpP8H+7xLORe29tpWyjnGMyBqWvzHkqW2ElDNtct Ze8YK41BecM/oV6ar16ONuXkzvgWCAEMrK7oTnkqHFV3hb4mYOXsGroBxsNiXlfz XBgBVgFp0eRTJ0kdHceH03Wj0gh+/Qov/zPkAjDKJqi/1Ws5qzql4= X-Sasl-enc: t2UtqjA7fnOqvhwwWUXeruKQ67myDbt7dYgeTsiMv8+j 1407315014 Received: from [192.168.5.197] (unknown [217.40.0.61]) by mail.messagingengine.com (Postfix) with ESMTPA id B90D66801AD; Wed, 6 Aug 2014 04:50:10 -0400 (EDT) Message-ID: <53E1EC40.8090804@fastmail.net> Date: Wed, 06 Aug 2014 09:50:08 +0100 From: Bruce Simpson User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Marcel Moolenaar , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r269621 - head/sys/boot/common References: <53e17874.5149.1878e978@svn.freebsd.org> In-Reply-To: <53e17874.5149.1878e978@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2014 08:58:32 -0000 On 06/08/2014 01:36, Marcel Moolenaar wrote: > Log: > Optionally include the install command as found on Juniper products > like EX and SRX. The install command uses pkgfs to extract a kernel, > zero or more modules and a root file system from the specified package > and boots the kernel. The name of the kernel, the list of modules and > the name of the root file system can be specified by putting a > file called "metatags in the package. Nice. This is going to be really useful for people building appliances, both as a low-level recovery mechanism, and/or upgrade mechanism.