Merge pull request #1040 from kaistian/build-iso

Build ISO commands is different for 1.2/1.3 compare to 1.4
This commit is contained in:
Robert Göhler 2023-07-11 09:38:38 +02:00 committed by GitHub
commit 9dbca7898b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"