[ステップ2] インストーラの実行
ワーキングディレクトリをcosmosdir へ変更し、rootになり、cosmos.t を実行します。
% chdir cosmosdir
% chmod 0755 installer.t
% su root
# ./installer.t -app
cosmosdir の下に、ディレクトリ、bin、peripheral が出来ていれば、インストール成功です。 ディレクトリbinの中にはcosmosという実行ファイルと、cosmos_installer.tという実行ファイルが入っています。
▲