Skip to content

Instantly share code, notes, and snippets.

@ConoHa
Created February 26, 2014 04:20
Show Gist options
  • Save ConoHa/9223508 to your computer and use it in GitHub Desktop.
Save ConoHa/9223508 to your computer and use it in GitHub Desktop.
【ConoHa】CoreOSのインストール手順
# yum -y install curl mkisofs syslinux
# cd /tmp
# git clone https://github.com/nyarla/coreos-live-iso
# cd coreos-live-iso
# ./makeiso.sh
・できあがったISOイメージをConoHaにアップロード
・ISOイメージで起動
・ISOイメージを作成したマシン/ユーザーのKey Pairでsshログイン
# sudo coreos-install -d /dev/sda
でインストールできるような気がします
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment