Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Welcome to the VyOS ISO build scripts repository!
PLEASE READ THE FOLLOWING CAREFULLY!
"master" branch is currently unused. For a number of reasons actual development
goes in separate branches.
Before you start building images or modifying the code, you need to switch to
desired branch.
git branch $branch --track origin/$branch
git checkout $branch
Current development branch is: helium
Current stable branch (1.0.0 release) is: hydrogen
Actual build instructions are in those branches README.
The branch issue applied to submodules too. When you fetch a submodule source,
don't forget to switch to desired branch before doing anything.