summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-12-23Update branch names in the READMEDaniil Baturin
2023-08-04Update documentation links and remove references to VyattaDaniil Baturin
Ten years after the discontinuation of Vyatta Core, there certainly aren't any users of it left. ;)
2021-07-24README: minor updatesChristian Poessinger
2021-01-04Fix a typo in the README.Daniil Baturin
2020-08-03build-packages: remove obsolete script and link to VyOS documentationChristian Poessinger
The referenced scripts/build-packages script was a proof of concept from me some time ago to build VyOS packages through a more or less tiny wrapper. The script was not maintained at any time and randomly caused more harm then good. The script has been abandoned and the documentation has been updated on how to build individual VyOS packages.
2020-06-20README: explain vars and packages folders in rootChristian Poessinger
2020-06-20README: fix individual package build working directoryMatt W
2020-04-16README: publish release name for VyOS 1.4Christian Poessinger
2020-01-04README: update link to build instructionsChristian Poessinger
2019-12-21README: point users to docs.vyos.io, remove manual building sectionJernej Jakob
Point users to docs.vyos.io, this readme is duplicated there. Since building with debootstrap isn't supported since a long time ago, remove the section.
2019-12-21README: update scripts/build-packages help, some small changesJernej Jakob
2019-12-18Switch from Debian Jessie (8) to Debian Buster (10)Christian Poessinger
2019-12-13README: add warning about packages in packages directoryJernej Jakob
2019-12-13README: add note about building a package from a custom repo (fork)Jernej Jakob
2019-07-18Add note about building the image on non-linux systems using dockerBenjamin Pill
Currently it is only working on linux systems (using docker)
2019-07-05Update README.mdEshenko Dmitriy
Add `apt-get update -o Acquire::Check-Valid-Until=false` for fix error `...jessie-backports/InRelease is expired. Updates for this repository will not be applied.`
2019-07-04Detailed branch naming explanation.Daniil Baturin
2019-04-26README: adjust chapters to new VyOS package build scriptChristian Poessinger
2019-04-23Replace build-submodules with Python based package builderChristian Poessinger
Support building individual VyOS packages by this modules. Call scripts/build-packages -l to list all available packages which will be build when invoking scripts/build-packages.
2019-04-02Remove a reference to the build-isoDaniil Baturin
That's all history now.
2019-04-02Reorder sections so that docker and submodule stuff is not between ↵Daniil Baturin
./configure and make iso
2019-01-25Update README.md (#38)Daniel Pro
Corrected few minor typos
2019-01-25Corrected typo in git submodule command (#40)Nicholas Humfrey
2019-01-12README.md: typo fixesChristian Poessinger
2019-01-12Update README.md Docker instructions and branch namesChristian Poessinger
2018-12-28Rename build script to build-submodules and removed docker from the build ↵Runar Borge
process. The script was originally named `build-docker-subpackages` and executed docker for every package built. This has now changed so that the user could choose to do a docker or native build. The readme is aldo updated to reflect this change.
2018-12-25Remove vyatta-util and upate list of packages failing docker buildRunar Borge
2018-12-24Restructured example compilation code for easy readingRunar Borge
2018-12-24Added script and instructions for building most packages from source.Runar Borge
Using the vyos-builder docker container. Also added examples on doing builds.
2018-12-18T1070 - docker build of vyos-strongswan (#31)runborg
* T1070 - Added packages and readme notes about building strongswan strongswan is easely built using a docker image, but needs special options to pass tests. Added notes in the readme about building it and building instructions * T1070 - Restructured build example for wyos-strongswan
2018-11-20Clarify the debootstrap stepDaniil Baturin
2018-09-03T556: Added packages to docker image for building qemu image and vyos-1xunixninja92
2018-09-03Added simpler docker instructions for linux and fixed for mac and windows (#24)Charles Teese
2018-06-25Merge branch 'master' into currentDaniil Baturin
Conflicts: README.md
2018-06-24README.md: place QEMU and VMWare in dedicated chapterChristian Poessinger
2018-06-24README.md: make it look more fancyChristian Poessinger
2018-06-23README.md: use live-build instead of live-helperChristian Poessinger
... as suggested by @hagbard-01
2018-06-23Break overly long lines.Daniil Baturin
2018-06-23Break overly long lines.Daniil Baturin
2018-06-09Typo fixes and improvements for the readmeDaniil Baturin
2018-05-25Merge pull request #15 from mtudosoiu/currentDaniil Baturin
task #T555 && #T556 add tools/submod-mk and Dockerfile to vyos-build repository
2018-05-07Suggests to use deboostrap to create Jessie env (#17)Hideki Yamane
* Suggest to use deboostrap to create Jessie env Not prepare Jessie host but create Jessie environment with debootstrap, since it runs on many, many distros and versions.
2018-02-21Task #556 Update README.mdmtudosoiu
2018-02-21Task #556 Update README.md for Dockerfilemtudosoiu
2018-02-21update Rmtudosoiu
2017-05-06Update the README. 1.2.0 isn't so experimental anymore.Daniil Baturin
2017-05-05Change website URL to .ioHannes Kindströmmer
Change ````http://vyos.net``` to ```https://vyos.io``` since the .net domain is redirecting to .io domain.
2017-01-25Switch all build scripts to python3.Daniil Baturin
Since we only support jessie as build host, and jessie knowingly does have python3 (although not by default), we don't really need to worry about being both 2 and 3 compatible.
2017-01-06Fixing required package listJason Hendry
2016-03-08Add how to build VM images to README.md (ref T14).Yuya Kusakabe