<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-build.git/scripts/image-build, branch current</title>
<subtitle>VyOS image build scripts (mirror of https://github.com/vyos/vyos-build.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-build.git/atom?h=current</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-build.git/atom?h=current'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/'/>
<updated>2026-05-01T21:00:19+00:00</updated>
<entry>
<title>Merge pull request #1156 from jestabro/extend-activation-system</title>
<updated>2026-05-01T21:00:19+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2026-05-01T21:00:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=f8a364a85b57e25bab12715980e541b9064acdd0'/>
<id>urn:sha1:f8a364a85b57e25bab12715980e541b9064acdd0</id>
<content type='text'>
T8445: add support for extension of activation system</content>
</entry>
<entry>
<title>T8445: allow overriding activation init list in flavor files</title>
<updated>2026-04-20T20:24:33+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2026-04-06T15:17:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=033929ee38b284cb2dd8a5c98dc4cc2329744741'/>
<id>urn:sha1:033929ee38b284cb2dd8a5c98dc4cc2329744741</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T8445: add activation init hint during raw image build</title>
<updated>2026-04-20T20:24:33+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2026-04-06T14:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=0361cf4cb8b9f261dae0b608d03995b7de0fcf77'/>
<id>urn:sha1:0361cf4cb8b9f261dae0b608d03995b7de0fcf77</id>
<content type='text'>
When building raw images, leave hint to indicate activiation init on
boot.
</content>
</entry>
<entry>
<title>image: T8375: honor already existing boot_settings</title>
<updated>2026-04-20T19:03:25+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-04-20T19:03:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=8b27d2239b0a19ff3301fbb725ebf892f6ca2c82'/>
<id>urn:sha1:8b27d2239b0a19ff3301fbb725ebf892f6ca2c82</id>
<content type='text'>
VyOS flavors might come with boot_settings which already provided additional
serial interface settings if required. Instead of using our own definitions,
re-use what's already existing.

scripts/image-build/build-vyos-image comes with an implicit default for
boot_settings like console number and speed, thus we do not need to redefine
the existing default - again.
</content>
</entry>
<entry>
<title>flavor: T8375: add flavor.json during build into resulting image</title>
<updated>2026-03-31T13:08:56+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-03-30T20:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=52c3ea6742aed4058464c8c9cc690b2acadd7cb0'/>
<id>urn:sha1:52c3ea6742aed4058464c8c9cc690b2acadd7cb0</id>
<content type='text'>
In order for amd64 or arm64 images to know their serial console settings, we
embed a new file named "flavor.json" under "/usr/share/vyos" into the resulting
image. The file holds configuration parameters unique to the build flavor.

Corresponding library functions are available via a Python vyos.flavor module.
</content>
</entry>
<entry>
<title>T8410: Fix typos and mistakes in scripts and comments</title>
<updated>2026-03-26T13:04:58+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2026-03-24T14:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=2933d0f5f5d17551b292cdafb8315cf2876e64a7'/>
<id>urn:sha1:2933d0f5f5d17551b292cdafb8315cf2876e64a7</id>
<content type='text'>
Fix typos and mistakes in the comments
No functional changes
</content>
</entry>
<entry>
<title>Merge pull request #1130 from c-po/multiarch</title>
<updated>2026-03-03T20:55:18+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2026-03-03T20:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=ca671c3a17bcb2877a50a8d2805e6f98f6fa709e'/>
<id>urn:sha1:ca671c3a17bcb2877a50a8d2805e6f98f6fa709e</id>
<content type='text'>
T8311: move to GNU coreutils when building GLIBC multiarch variable</content>
</entry>
<entry>
<title>Revert "T8265: leave config path hint in raw image install_image"</title>
<updated>2026-03-02T22:09:28+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2026-03-02T20:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=0208d4971ffa06e88970a8f307d352f8fc88861f'/>
<id>urn:sha1:0208d4971ffa06e88970a8f307d352f8fc88861f</id>
<content type='text'>
Revert in favor of alternative approach (T8335).

This reverts commit b92471d684f0131fb8885e766cd90ee80dc8ed38.
</content>
</entry>
<entry>
<title>Revert "T8311: add missing bootstrap binary dependency on dpkg-dev"</title>
<updated>2026-03-02T13:16:09+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-03-02T13:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=88ae1fa537fef4082c2ac661beb529086fdcffe0'/>
<id>urn:sha1:88ae1fa537fef4082c2ac661beb529086fdcffe0</id>
<content type='text'>
This reverts commit 673a2de05776656b70dc4803aa3579138e9fffca.
</content>
</entry>
<entry>
<title>T8120: define per architecture serial interface for Linux Kernel</title>
<updated>2026-02-28T18:35:54+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-02-28T18:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=6caf20d5471523362093b09b214f3020eaa804fd'/>
<id>urn:sha1:6caf20d5471523362093b09b214f3020eaa804fd</id>
<content type='text'>
x86_64 and arm64 both use a different serial interface during Linux Kernel
boot. Define either ttyS0 or ttyAMA0 per CPU architecture. This could be
further overwritten by individual flavors.
</content>
</entry>
</feed>
