From owner-freebsd-ppc@FreeBSD.ORG Wed Nov 12 17:12:22 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6891E1065676; Wed, 12 Nov 2008 17:12:22 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [66.246.138.153]) by mx1.freebsd.org (Postfix) with ESMTP id 3A5698FC1A; Wed, 12 Nov 2008 17:12:22 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id E64641923E; Wed, 12 Nov 2008 11:53:31 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on muon X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 Received: from tau.draftnet (unknown [66.45.161.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Wed, 12 Nov 2008 11:53:31 -0500 (EST) Date: Wed, 12 Nov 2008 08:53:09 -0800 From: Bruce Cran To: Nathan Whitehorn Message-ID: <20081112085309.598a6fc1@tau.draftnet> In-Reply-To: <491B059B.6060506@freebsd.org> References: <1226507560.23132.56.camel@horst-tla> <491B059B.6060506@freebsd.org> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; amd64-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD PowerPC ML Subject: Re: Another idea. X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2008 17:12:22 -0000 On Wed, 12 Nov 2008 10:34:35 -0600 Nathan Whitehorn wrote: > Horst G__nther Burkhardt III wrote: > > Ok, it's possible on x86 (iirc) to make FreeBSD boot directly into > > single-user mode, and not bother with /etc/rc.d and the like. > > > > Is it possible to feed a flag to the ofw bootloader to do something > > similar? It would help greatly. > > > > Thanks, > > -- Horst. > > boot -s at the loader prompt, just like on x86. The boot process on powerpc is slightly different than on x86, because you don't get the nice boot screen where you press 6 to get to the prompt. Instead you get a message saying something like "Booting /boot/kernel/kernel in 10 seconds...". Press a key at that point and you get a prompt where you can enter "boot -s" to go to single-user mode. -- Bruce Cran