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