diff options
author | Robert Göhler <github@ghlr.de> | 2023-07-11 09:38:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-11 09:38:38 +0200 |
commit | 9dbca7898bd456ca10c025d5917fe8fd08c75848 (patch) | |
tree | 1c7e288ffff84fbafc834bb01f75264938ce902b | |
parent | a27c84c0e172d3c79e8e09acd05d9084cad42226 (diff) | |
parent | a6c0c9b2aacaf6d62b3daeb634a131ee11c05212 (diff) | |
download | vyos-documentation-9dbca7898bd456ca10c025d5917fe8fd08c75848.tar.gz vyos-documentation-9dbca7898bd456ca10c025d5917fe8fd08c75848.zip |
Merge pull request #1040 from kaistian/build-iso
Build ISO commands is different for 1.2/1.3 compare to 1.4
-rw-r--r-- | docs/contributing/build-vyos.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index 83b4c84d..3e115fe0 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -228,6 +228,11 @@ Start the build: .. code-block:: none + # For VyOS 1.2 (crux) and VyOS 1.3 (equuleus) + vyos_bld@8153428c7e1f:/vyos$ ./configure --architecture amd64 --build-by "j.randomhacker@vyos.io" + vyos_bld@8153428c7e1f:/vyos$ sudo make iso + + # For VyOS 1.4 (sagitta) vyos_bld@8153428c7e1f:/vyos$ sudo make clean vyos_bld@8153428c7e1f:/vyos$ sudo ./build-vyos-image iso --architecture amd64 --build-by "j.randomhacker@vyos.io" |