Add Gentoo Linux to bootstrap.sh
Created by: dalance
Problem:
bootstrap.sh
don't work on Gentoo Linux.
Solution:
Add gentoo()
function for installing required packages, and call gentoo()
function when emerge
command exits. (emerge
is package manager of Gentoo Linux.)
Drawbacks: QEMU installation is not automated.
State: Ready