Crouton with Fedora 23 (chroot) - 2.0

Please read this post first:

http://nmilosev.svbtle.com/crouton-with-fedora-chroot-chromebook

Anyway, after a day of tinkering with my version of Crouton with Fedora, a new, much improved version is ready.

Changelog (of sorts):

Quick instructions #

  1. Developer unlock your Chromebook
  2. From crosh shell:
cd ~/Downloads
wget http://bit.ly/1QsQG1k -O crouton-fedora.tar.gz
tar xvf crouton-fedora.tar.gz 
sudo sh ./crouton-fedora/installer/main.sh -r fedora23 -t fedora

And wait.

It won’t ask you for username/password. Defaults are fedora/fedora so please change them with passwd.

To install a DE please refer to my other post linked on the top.

Fedora 24 will be available 2016-06-07, so you can expect the next update around that time. :)

Please let me know if there are issues.

Thats it!

Have a nice day. :)

 
72
Kudos
 
72
Kudos

Now read this

Testing PyTorch XLA with Google Colab TPUs

If you are not aware, PyTorch XLA project is an effort to run PyTorch on TPU (Tensor Processing Unit) architecture which offers even higher performance in training Deep Learning models compared to GPU’s. In my previous post I showed you... Continue →