Booting from Memory Stick

Walker zflyer at gmail.com
Sun Mar 2 16:57:07 UTC 2008


On Sun, Mar 2, 2008 at 11:37 AM, Walker <zflyer at 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


More information about the freebsd-questions mailing list