Skip to content

Instantly share code, notes, and snippets.

@ConoHa
Created February 26, 2014 04:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • 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