From owner-freebsd-current@FreeBSD.ORG Thu Jul 26 13:58:05 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 117B416A479; Thu, 26 Jul 2007 13:58:05 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 0BA3013C4EE; Thu, 26 Jul 2007 13:57:58 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 4000D1A3C1A; Thu, 26 Jul 2007 06:57:58 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id EFB66BA04; Thu, 26 Jul 2007 09:57:57 -0400 (EDT) Date: Thu, 26 Jul 2007 09:57:57 -0400 From: Kris Kennaway To: Vladimir Grebenschikov Message-ID: <20070726135757.GA50761@rot26.obsecurity.org> References: <1185449244.1466.18.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1185449244.1466.18.camel@localhost> User-Agent: Mutt/1.4.2.3i Cc: arch@freebsd.org, current Subject: Re: setting dumpdev while boot on 7-CURRENT 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, 26 Jul 2007 13:58:05 -0000 On Thu, Jul 26, 2007 at 03:27:24PM +0400, Vladimir Grebenschikov wrote: > Hi > > I am trying to figure out how to setup dumpdev while kernel build or > from loader. > > Looks like it is impossible to use old (very old) way with flags. > > dumpdev loader variable described here: > http://freebsd-man.page2go2.com/man8/loader_8.html > > is not work and event not present any more in laoder.8: > ---------------------------- > revision 1.70 > date: 2004/09/30 15:27:37; author: ru; state: Exp; lines: +0 -7 > Setting dump device from loader(8) has not been supported since 2002. > ---------------------------- > > Any hints how it should work ? Unfortunately it has not been supported since (apparently) 2002. Kris