Chrome OS
金曜日、某ミーティングで盛り上がったChrome OSを早速ダウンロード&ビルドしてみた。どうやらUbuntuがビルド環境として都合が良さそうだったので、ダウンロードしてそちらのインストールから初めてみた。基本、VMで動かしているのですが。
さて、以下、Chrome OSをVMで動かすまでのログです。環境はUbuntu8です。
- sudo apt-get install git-core
- mkdir ~/chromiumos
- cd ~/chromiumos
- gclient config http://src.chromium.org/git/chromiumos.git
- gclient sync
- cd ~/chromiumos/src/scripts
- ./make_local_repo.sh
- ./make_chroot.sh
- cd ../
- mkdir -p build/x86/local_assets
- wget http://build.chromium.org/buildbot/archives/chromium-chromiumos-r32516/chrome-linux.zip
- mv chrome-linux.zip build/x86/local_assets/chrome-chromeos.zip
- cd scripts
- ./enter_chroot.sh
- ./set_shared_user_password.sh
- ./build_platform_packages.sh
- ./build_kernel.sh
- ./build_image.sh
- ./image_to_vmware.sh –from=~/chromiumos/chromiumos.git/src/build/images/999.999.32509.091838-a1
で、出来上がったVMDKファイルをVirtualBoxで起動してみました。
基本、chromium OSのサイトに書いてある事を実行すれば問題無いです。
Posted in: 技術の話
コメントする


