Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
With this change we validate both installation types that they work and
operates "as expected".
(cherry picked from commit e6ce9e76673d9de7c85510ba873f04a3521e1f19)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 2ffff339c5515280a1926d2ee134d5d2c7cdbcfc.
|
|
This reverts commit 01fd8dfdec8278e63f43502da44b4e7f8d0bf9e5.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix serial console speed settings
Add google cloud image generation
|
|
|
|
|
|
|
|
get to make.
|
|
|
|
|
|
|
|
Made it a separate script, if we ever need anything fancier than cp *.deb
If not, we can move it to the makefile.
|
|
|
|
add x86 specific packages to vyos-x86.list.chroot
|
|
|
|
|
|
|
|
|
|
|
|
This is important for nightly builds, and handy for release builds.
|
|
|
|
Makefile .ONESHELL mode means that individual line exit codes
aren't evaluated, only the final return code from the shell,
which will always be zero.
This makes it break earlier when a subscript returns non-zero.
Maybe we shouldn't be using make? ;)
|