From owner-freebsd-questions@FreeBSD.ORG Sat Aug 8 17:55:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8064106564A for ; Sat, 8 Aug 2009 17:55:41 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from mail-qy0-f191.google.com (mail-qy0-f191.google.com [209.85.221.191]) by mx1.freebsd.org (Postfix) with ESMTP id 6F0738FC20 for ; Sat, 8 Aug 2009 17:55:41 +0000 (UTC) Received: by qyk29 with SMTP id 29so2021632qyk.3 for ; Sat, 08 Aug 2009 10:55:35 -0700 (PDT) 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 :content-transfer-encoding; bh=7nL7rkIKccTPbKvViYnP7rxXQnt9CjHN8PA+te71c/U=; b=ulqMCuFeY7A5Ia0JGz3721rUMeOeIJVfA0QcdlOwohHV292APhWRhfBlNyMshUhQ+8 lKmld9gyaSmY1m8JNKLTdklri6MJ1SsV9xpjtP1IBYEGmNIfaR4kM4j5fKsMAMJ09HtL Xpp2wC75ZoCMPKkj8h6X+G77LxVnpOebccK70= 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:content-transfer-encoding; b=D27FhGKMZqavNPQ6sGFVtdIDqwMzPo9SzZtDzFH3ODsx5ccBgsPBVR41YkjQWCH0Vj ULkDzEfxlWnGA1JL2BZb+Bozo9FWZs9NnAdv6fQKpkmDuynu20q32IDfk8rbGK7rRgpB Re7WSQUccPekyVJrNZHTQmEE7IzEnPYInknDc= MIME-Version: 1.0 Received: by 10.229.85.4 with SMTP id m4mr948542qcl.55.1249754135090; Sat, 08 Aug 2009 10:55:35 -0700 (PDT) In-Reply-To: <4A7B6010.2090506@locolomo.org> References: <560f92640908061135j41f35bfevcd1476ce9ead38a4@mail.gmail.com> <4A7B6010.2090506@locolomo.org> Date: Sat, 8 Aug 2009 10:55:35 -0700 Message-ID: <560f92640908081055x7a9e8deaqf3075da6aec1958b@mail.gmail.com> From: Nerius Landys To: Erik Norgaard Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Physically securing FreeBSD workstations & /boot/boot2 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, 08 Aug 2009 17:55:42 -0000 I seem to have found the answer to my own question. The question was: How do I prevent the boot2 bootstrap step from displaying a prompt where the user can load a custom boot program and/or force booting with options such as single user mode? The answer that seems to work for me: Add "-n" to /boot.config, I found this by ing the boot(8) man page.