Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2008 11:57:00 -0500
From:      Walker <zflyer@gmail.com>
To:        jhall@vandaliamo.net, freebsd-questions@freebsd.org
Subject:   Re: Booting from Memory Stick
Message-ID:  <6293ba970803020857w7400a70dm4bf33c6b7a9cbd5a@mail.gmail.com>
In-Reply-To: <6293ba970803020837s40797f5eqfe72303e6ea5126b@mail.gmail.com>
References:  <49540.65.117.48.155.1204406604.squirrel@admintool.trueband.net> <6293ba970803020837s40797f5eqfe72303e6ea5126b@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 2, 2008 at 11:37 AM, Walker <zflyer@gmail.com> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6293ba970803020857w7400a70dm4bf33c6b7a9cbd5a>