Skip to content

Instantly share code, notes, and snippets.

@hiroyuki-sato
Last active October 10, 2019 04:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiroyuki-sato/9972631 to your computer and use it in GitHub Desktop.
Save hiroyuki-sato/9972631 to your computer and use it in GitHub Desktop.
VyOS build-iso環境の作り方

VyOS build-iso環境の作り方

こちらのREADMEに従いましょう。 https://github.com/vyos/build-iso

手順

  • Debian 6.0.9をインストールします。
  • debian-6.0.9-amd64-netinst.iso などを使って環境を構築します。

コマンドの実行

rootで以下のコマンドを実行します。 英語が苦手な人は以下のコマンドをrootで実行しましょう

cd build-iso/tools
./setup-vyos-build-env

パッケージの取得

ソースコードを取得します。

git clone https://github.com/vyos/build-iso.git

ISOイメージの作成

次のコマンドでISOイメージを作成できます。

cd build-iso
export PATH=/sbin:/usr/sbin:$PATH
autoreconf -i
./configure
sudo make iso

Happy hacking!!.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment