-
-
Save leecade/dd49673cec405ba7710d71f12ccf4e01 to your computer and use it in GitHub Desktop.
【ConoHa】CoreOSのインストール手順
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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