<br><br><div><span class="gmail_quote">On 4/9/07, <b class="gmail_sendername">Leslie Katz</b> <<a href="mailto:lesliek@ozemail.com.au">lesliek@ozemail.com.au</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks very much for your reply Tim.<br><br>I thought I could add /sbin to root's path permanently by editing root's<br>.bash_profile file, but, although the file took the change, that didn't<br>lead to /sbin showing up in root's path on a reboot. So I added /sbin to
<br>root's path temporarily before running the livecd-creator again.</blockquote><div><br>if you want to add /sbin to root's path permanently, you need to add it to root's .bashrc, not .bash_profile.  that'll take care of it  so /sbin is there after a reboot.
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>When I booted from it, all worked up to the stage where I was asked to<br>
log in. I knew nothing of any username or password, so I just pressed<br>Enter. However, that didn't work.</blockquote><div><br>you couldn't log in because the livecd-creator command doesn't set a root password and doesn't create a normal user.  you'll have to do that yourself.  i think i saw that in the docs somewhere. 
<br></div><br>hope that helps,<br>tim<br><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Tim Boring wrote:<br>> try setting up root's path like so:
<br>><br>> PATH=/sbin:$PATH<br>><br>> that should fix it.  i encountered the same problem and it was because<br>> root's path didn't include '/sbin'...not sure why, but that's a<br>> different issue.
<br>><br>--<br>Visit <a href="http://stumblng.tumblr.com">http://stumblng.tumblr.com</a><br>An Australian lawyers' tumblelog about things you might otherwise have missed<br></blockquote></div><br>