nmilosev / crouton-fedora

A script to install Fedora chroot onto your Chromebook
https://github.com/dnschneid/crouton
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

issues installing freon using sudo, cannot change fedora user password #8

Closed mdeguzis closed 8 years ago

mdeguzis commented 8 years ago

Your readme notes:

sudo sh /home/fedora/Downloads/crouton-fedora-master/freon-x/install.sh

As fedora user, but the password is not set. passwd does not work, command not found.

nmilosev commented 8 years ago

Password should be: fedora.

You can use su, root password is fedora, install passwd with dnf and change it. But the default should be fedora.

Cheers.

mdeguzis commented 8 years ago

oh ok, thanks! Can you place this in the readme? maybe I missed it.

nmilosev commented 8 years ago

My bad, the script says it when done, but you're right it should be in the readme. I'll update it.

Thanks for reporting the issue.

Cheers!

mdeguzis commented 8 years ago

No, thank you so much for putting together this repo and pooling together the steps using the docker image. I was about to almost stop searching for "Crouton fedora" until I found this. This greatly helps me for work. Keep up the great work!