1. repo のインストールします。
$ cd ~
$ mkdir bin
$ curl http://android.git.kernel.org/repo >bin/repo
$ chmod a+x bin/repo
2. Android x86 のソースを取得します。
$ mkdir android-x86
$ cd android-x86
$ repo init -u git://git.android-x86.org/manifest.git -b froyo-x86
$ repo sync
ソース取得するのに時間がかかりますね。30分経過してまだ終わらない。
http://www.android-x86.org/getsourcecode