From owner-freebsd-questions@FreeBSD.ORG Sat Feb 6 16:15:50 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93EB11065672 for ; Sat, 6 Feb 2010 16:15:50 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from mail-qy0-f194.google.com (mail-qy0-f194.google.com [209.85.221.194]) by mx1.freebsd.org (Postfix) with ESMTP id 52B818FC16 for ; Sat, 6 Feb 2010 16:15:50 +0000 (UTC) Received: by qyk32 with SMTP id 32so244514qyk.12 for ; Sat, 06 Feb 2010 08:15:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=GbcKW2QJBeZ45QRrxfqd0SjCa2hKmIQpbuGVibNb0ck=; b=NNcK6eQZYHoXfjpDBFPrRhF4o8O4EYh1Ca1hZDSP+W2ez8BiuJSl26+2jTA6MrhSw9 40Jc+OV3R5YPO80nzX2Kst45qMzTnYvaZpjNshH/NC7kStbn8Jo/M22z22EnNDCvbXiH P2XUExRqy0i9Xf+eNJi9FeGyDvgqeB1uRAGF0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=JPhNbLwgy6+cTI1BXjvRxkkhBZz+K9unEoyJ8qpZ7+d8sDHbnhlqFJ74jt+IARAPCX 5elhFmLg+SQZ4L7e7vfhPdE56z89iavjnMBFr7aq3d6ud1mHNFTdp48GD3E3rUMegck9 TWPzCIUljCyOw+qVR6VyTTGTEj1QTzKbRa/LI= MIME-Version: 1.0 Received: by 10.224.140.13 with SMTP id g13mr1584066qau.268.1265472947655; Sat, 06 Feb 2010 08:15:47 -0800 (PST) In-Reply-To: <4B6D92B6.6010003@locolomo.org> References: <4B6D92B6.6010003@locolomo.org> Date: Sat, 6 Feb 2010 08:15:47 -0800 Message-ID: <560f92641002060815j473beec7k3d74190c7276764d@mail.gmail.com> From: Nerius Landys To: Erik Norgaard Content-Type: text/plain; charset=ISO-8859-1 Cc: questions@freebsd.org Subject: Re: How to set loader password X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2010 16:15:50 -0000 > I was looking in /boot/loader.rc and found these lines: > > \ Tests for password -- executes autoboot first if a password was defined > check-password > > OK, great, so: How do I set this password? What does it protect? Didn't find > documentation in loader(8) and no man-page for loader.rc. /boot/loader.conf > man loader.conf > cat /boot/loader.conf autoboot_delay="6" loader_logo="beastie" password="pass" snd_ich_load="YES"