LonoCloud / coreos-live-iso

Bash script of making live iso for CoreOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bash script of making live iso for CoreOS

Usage

# clone my repository
$ git clone https://github.com/nyarla/coreos-live-iso
$ cd coreos-live-iso

# if you need to edit configuration parameter
$ vim makeiso.sh

# iso file is outputs at the same directory as makeiso.sh
$ ./makeiso.sh

Requirements

  • bash
  • curl
  • tar
  • mkisofs (includes cdrtools in major distributions)

Author

Naoki OKAMURA (Nyarla) nyarla[ at ]thotep.net

Unlicense

makeiso.sh is under the public domain.

About

Bash script of making live iso for CoreOS


Languages

Language:Shell 100.0%