From owner-freebsd-questions@FreeBSD.ORG Sun Mar 2 16:57:06 2008 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 DA0F6106566C for ; Sun, 2 Mar 2008 16:57:06 +0000 (UTC) (envelope-from zflyer@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.240]) by mx1.freebsd.org (Postfix) with ESMTP id A96E48FC1C for ; Sun, 2 Mar 2008 16:57:05 +0000 (UTC) (envelope-from zflyer@gmail.com) Received: by hs-out-0708.google.com with SMTP id h53so734860hsh.11 for ; Sun, 02 Mar 2008 08:57:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=DmrbpPyx0x1swDjWo1EnmoIcqpiJEczTWXWDiPV6+6A=; b=PjToRSVSrShETKjtCzpO1/JlxXNoRQKT0aocJky5N1IhfrbITFlnDjh6Z7d5zx9FVMFbHQjUcLHz3Ub3nlL9nzHhI+Er6QXjxtX54hnkumPzRKRESei8vFRdLYm3sOb2FXGNd6r4CuIkLFFbJEoldYO88MT65ACz8sDiYorSZwA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ag2fd6XPt74nJ+Gq5Eew+D2MgYNlMXTLV+OTSt4YtK0mVZflyCLAeRrbDI3m68t+J2VL+pcBHTjJ3087F8wA8aeTgklK2QznnRW/eN2VPQxGO340GoMiwIofDnW+LieYSs66Vf1/ImU1R71UE1HQj8i9uHNx8CYrN4UhuX4W58M= Received: by 10.100.11.7 with SMTP id 7mr26712671ank.99.1204477020592; Sun, 02 Mar 2008 08:57:00 -0800 (PST) Received: by 10.100.31.20 with HTTP; Sun, 2 Mar 2008 08:57:00 -0800 (PST) Message-ID: <6293ba970803020857w7400a70dm4bf33c6b7a9cbd5a@mail.gmail.com> Date: Sun, 2 Mar 2008 11:57:00 -0500 From: Walker To: jhall@vandaliamo.net, freebsd-questions@freebsd.org In-Reply-To: <6293ba970803020837s40797f5eqfe72303e6ea5126b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49540.65.117.48.155.1204406604.squirrel@admintool.trueband.net> <6293ba970803020837s40797f5eqfe72303e6ea5126b@mail.gmail.com> Cc: Subject: Re: Booting from Memory Stick 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: Sun, 02 Mar 2008 16:57:07 -0000 On Sun, Mar 2, 2008 at 11:37 AM, Walker wrote: > # set root password and timezone (optionally add users here as well) > chroot ${USBMNT} /bin/sh > passwd root > tzsetup One error, the above should be: # set root password and timezone (optionally add users here as well) chroot ${USBMNT} /bin/sh passwd root tzsetup exit