From owner-freebsd-arm@FreeBSD.ORG Tue Jun 9 21:08:21 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 211D8C5A; Tue, 9 Jun 2015 21:08:21 +0000 (UTC) (envelope-from perretcantonim@gmail.com) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AE10A113A; Tue, 9 Jun 2015 21:08:20 +0000 (UTC) (envelope-from perretcantonim@gmail.com) Received: by wibdq8 with SMTP id dq8so27728442wib.1; Tue, 09 Jun 2015 14:08:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=m/S/Y/pweR2eHYMWHl4f12wX9/0AQgwlOGqLGqGzSbs=; b=JoEFSDpkIhbtHFmA0IKd0CpfaZOBDEsgW/XB7DwMcFFfrRn4yuhoN8tVjMGHxVVlzo Ejx1T6UW4bgsYfPYHvXrfwa5ceh/Ut8Rtqt0qSj+WhzRfXMhIdiSHcu8p5+0CtiDXy1r ZLygqiVMKcCH2n+FUeMxXPQQHSBQs/7aBL+MphPWSHTbN5yEVoffI9Vzw+9dAaUAkIRW zRWi3W4pKKdlpPAU6CLTD1c+fV8NV0I0FHLsDuk2FBtHnummOGfqGZtCg1dIfI6aypiQ 685LvTZdUkKXfk4cPO8IEw45NSWQ2cEFh0Q2hM2nyoexiA+ztUmliGWIHdV68TqWNYEf vvuw== MIME-Version: 1.0 X-Received: by 10.194.171.36 with SMTP id ar4mr44812411wjc.7.1433884099125; Tue, 09 Jun 2015 14:08:19 -0700 (PDT) Received: by 10.27.179.3 with HTTP; Tue, 9 Jun 2015 14:08:19 -0700 (PDT) In-Reply-To: <1433861672.1200.312.camel@freebsd.org> References: <20150609003123.GA20084@odi.ci.com.au> <1433861672.1200.312.camel@freebsd.org> Date: Tue, 9 Jun 2015 18:08:19 -0300 Message-ID: Subject: Re: Reduce 10 sec delay of loader? From: =?UTF-8?Q?Mat=C3=ADas_Perret_Cantoni?= To: Ian Lepore Cc: Arjan van der Velde , Richard Perini , freebsd-arm@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2015 21:08:21 -0000 Thank you all. It worked perfectly. 2015-06-09 11:54 GMT-03:00 Ian Lepore : > On Tue, 2015-06-09 at 10:51 -0400, Arjan van der Velde wrote: >> Also, you may need to modify /boot/loader.rc. I noticed last time I built stable, loader.rc does not actually load loader.4th (the lines were commented out). >> >> -- Arjan > > If that's the case, add this to loader.rc: > > set autoboot_delay=1 > > -- Ian > >