こちらの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イメージを作成できます。
cd build-iso
export PATH=/sbin:/usr/sbin:$PATH
autoreconf -i
./configure
sudo make iso
Happy hacking!!.