下記のサイトを参考にVagrantのCentOSを日本語化してみる。 CentOS6.5を日本語化する - 「F」のIT Flavor http://d.hatena.ne.jp/fitflavor/20140424/1398349586 VagrantでCentOSの環境の構築 まずは、VagrantでCentOSの環境を用意する。 CentOSのBoxが入ってなければ追加する。 mac$ vagrant box add centos65 https://github.com/2creatives/vagrant-centos/releases/download/v6.5.3/centos65-x86_64-20140116.box VagrantでCentOSの環境を構築する。 mac$ cd 適当なディレクトリ mac$ mkdir centos mac$ cd centos mac