Skip to content

Instantly share code, notes, and snippets.

@leecade
Forked from ConoHa/gist:9223508
Created November 11, 2016 23:25
Show Gist options
  • Save leecade/dd49673cec405ba7710d71f12ccf4e01 to your computer and use it in GitHub Desktop.
Save leecade/dd49673cec405ba7710d71f12ccf4e01 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