From owner-freebsd-current@FreeBSD.ORG Tue Nov 12 20:27:36 2013 Return-Path: Delivered-To: freebsd-current@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 86E4C7C9 for ; Tue, 12 Nov 2013 20:27:36 +0000 (UTC) Received: from mail-pb0-f46.google.com (mail-pb0-f46.google.com [209.85.160.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A22B23C8 for ; Tue, 12 Nov 2013 20:27:36 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id un15so7484386pbc.19 for ; Tue, 12 Nov 2013 12:27:35 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=+uazEu42XG110INoAaYO2dqcvbZ61FD6SvnkvrCD9IY=; b=iQAdXp+4eAQO+/KtmI9O8MR3i+Db3fzkLXoTkAIaznm3X+klzg6naiEbei0lXOD8P3 Rzhvy6ktRi0aI6K04blcOPc/cI8EhSVuBvHpyzHLfnDD3ckHhvcc8rD9xVc6a/yVjn65 X7099AS9hYdpd58Nvg34vcJFjE+gwTFW3BF2ypM8rkbfwl7xzom9RaJl4mbZSaqcIR3S p44oKWnmI1k0aJMzNF0TPAI5XMdDWFVyaac/8EAeCHyYP6MGqH9pcpYsGYa6ZORI7S48 yMCJcsl0HiSA6Ng3G803fCzFt7ERXjTBTYLzlnY0BaM6zKjCSMlAD9qPrSxQ1/QqTvhB c3Xg== X-Gm-Message-State: ALoCoQmefW+KWI61+79FaSsq0hAUgiN7R6p4KO9D5YS8bvBJwHyl2g8Z+GQTDWUeZJyEV30PSQOl X-Received: by 10.66.231.42 with SMTP id td10mr10197911pac.144.1384288055475; Tue, 12 Nov 2013 12:27:35 -0800 (PST) Received: from Michaels-MacBook-Pro.local (c-98-246-202-204.hsd1.or.comcast.net. [98.246.202.204]) by mx.google.com with ESMTPSA id er3sm39434225pbb.40.2013.11.12.12.27.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 Nov 2013 12:27:34 -0800 (PST) Message-ID: <52828F36.7000504@callfortesting.org> Date: Tue, 12 Nov 2013 12:27:34 -0800 From: Michael Dexter User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: dteske@freebsd.org Subject: Re: [CFT] bsdinstall and zfsboot enhancements References: <5275C597.6070702@freebsd.org> <97944047-D575-4E2E-B687-9871DFE058E3@fisglobal.com> <52769CFE.5080707@freebsd.org> <5281340E.8080009@callfortesting.org> <52813F9E.8080304@freebsd.org> <4E00C3CC-75EA-4249-8D9F-42F37988F4CE@fisglobal.com> <528141C1.7080409@freebsd.org> <29ADA509-0BB7-435C-8AC1-1D5BC32D6DC8@fisglobal.com> <5281451A.5000804@freebsd.org> <06B994A9-8438-434C-A7B3-E7A4A5991031@fisglobal.com> <52828088.4070405@callfortesting.org> <088201cedfe4$d96697c0$8c33c740$@freebsd.org> In-Reply-To: <088201cedfe4$d96697c0$8c33c740$@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 12 Nov 2013 20:56:52 +0000 Cc: 'Current Current' , 'Nathan Whitehorn' , 'Peter Grehan' X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.16 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: Tue, 12 Nov 2013 20:27:36 -0000 On 11/12/13 12:22 PM, dteske@freebsd.org wrote: > When the boot menu comes up, it counts down to from 5, 4, 3, ... > Instead of 9, 8, 7, ... > > Sounds like autoboot_delay is modified... in the installed distro? > Did you script that or do it by hand? in loader.conf? in the VM? > > Just curious. Good eye! My scripts have been throwing in autoboot_delay="5" to short the time between load an potential kernel panic. No fun when the countdown was the longest part for the whole process. :) Michael