Hello David,
Thanks for the replies and information. I booted from the flash drive
and edited the installation's /etc/group to include my username - now
it works!
Robert
On 7/5/12, David Hare <davidahare(a)gmail.com> wrote:
Found installer error (I think, not tested fix yet)
User did not get
added to group "sudo" as intended.
Quick fix: Try in root (su) terminal:
usermod -a -G sudo $user
(change $user for your actual username) Relogin to apply.
David