<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-build.git/data/live-build-config/includes.chroot/etc, branch rolling</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=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-build.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/'/>
<updated>2026-03-26T13:04:58+00:00</updated>
<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>T8311: fix initramfs hook "dpkg-architecture: command not found"</title>
<updated>2026-02-28T18:30:42+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-02-28T18:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=39dc9c98c687049d060b70a6b5d1a99bc7b35c34'/>
<id>urn:sha1:39dc9c98c687049d060b70a6b5d1a99bc7b35c34</id>
<content type='text'>
Commit f4877564276947 ("T8311: De-hardcode arch for live-build-config
10-vyos-addons") introduced a regression where an unavailable third-party
helper script was invoked during initramfs hook execution, breaking the ISO
build process.

  update-initramfs: Generating /boot/initrd.img-6.6.127-vyos
  live-boot: core filesystems devices utils wget blockdev.
  /etc/initramfs-tools/hooks/10-vyos-addons: line 3: dpkg-architecture: command not found

The dpkg-architecture helper, provided by the dpkg-dev package, is not
available during hook execution. The same result can be achieved using GNU
coreutils instead:

On x86_64 (aka amd64) both yield the same result:
  $ echo $(uname -m)-linux-gnu
  x86_64-linux-gnu
  $ echo $(dpkg-architecture -qDEB_HOST_MULTIARCH)
  x86_64-linux-gnu

On aarch64 (aka arm64) both yield the same result:
  $ echo $(uname -m)-linux-gnu
  aarch64-linux-gnu
  $ echo $(dpkg-architecture -qDEB_HOST_MULTIARCH)
  aarch64-linux-gnu
</content>
</entry>
<entry>
<title>T8311: De-hardcode arch for live-build-config 10-vyos-addons</title>
<updated>2026-02-24T18:54:38+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2026-02-24T18:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=f4877564276947af06cef44e1d1b41330f66e9dd'/>
<id>urn:sha1:f4877564276947af06cef44e1d1b41330f66e9dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>systemd: T7356: use short service names to avoid truncation</title>
<updated>2025-05-04T21:51:14+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-05-04T21:51:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=0dd3b4e32937799ff02d2b281de4f7b188f94201'/>
<id>urn:sha1:0dd3b4e32937799ff02d2b281de4f7b188f94201</id>
<content type='text'>
The issue ONLY appears on small terminals where systemd automatically truncates
the lines to match the terminal width - so far so good. The BUG is, if
truncation happens in the service name which is BOLD you're pretty much
screwed, as truncation will not reset the color.

We can set StatusUnitFormat=description in /etc/systemd/system.conf which will
not print the service long description to avoid truncation making the boot a
little less verbose.

This actually restores the behavior of VyOS 1.3
</content>
</entry>
<entry>
<title>ixgbe: T6155: remove modprobe.d option file</title>
<updated>2024-03-22T08:02:21+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-03-22T08:02:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=311963f379925d56f678f7b173ce6f74cba3d1ce'/>
<id>urn:sha1:311963f379925d56f678f7b173ce6f74cba3d1ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>initramfs: T5824: Added `openssl.cnf` to initramfs</title>
<updated>2023-12-14T12:20:52+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2023-12-14T12:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=5765d670099dfc2bb4758264a84a36fdd9cba5d4'/>
<id>urn:sha1:5765d670099dfc2bb4758264a84a36fdd9cba5d4</id>
<content type='text'>
Without `openssl.cnf` software that uses `libssl` (for example busybox) has
issues with connections to some HTTPS servers.
</content>
</entry>
<entry>
<title>netplug: T5476: move configuration files to vyos-1x repo</title>
<updated>2023-08-16T11:24:35+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-16T11:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=ccda7e415eccd7ba867e3319086bee5056f516b0'/>
<id>urn:sha1:ccda7e415eccd7ba867e3319086bee5056f516b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>qat: fix file permission in rootfs - 755 not required</title>
<updated>2023-06-17T06:41:10+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-06-17T06:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=9fbe7e6d92b2ab0c48622d75dd5603cf7198eac3'/>
<id>urn:sha1:9fbe7e6d92b2ab0c48622d75dd5603cf7198eac3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5234: move BASH skeleton files to vyos-1x repo</title>
<updated>2023-05-21T21:16:44+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-21T21:16:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=6a582926856584baf1a616c7b67ced7b21edf147'/>
<id>urn:sha1:6a582926856584baf1a616c7b67ced7b21edf147</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "T3912: use a more informative default login banner"</title>
<updated>2021-11-07T19:30:26+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-11-07T19:30:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=24c033451937fccdab02d38c0ba94b98acbe6b77'/>
<id>urn:sha1:24c033451937fccdab02d38c0ba94b98acbe6b77</id>
<content type='text'>
This reverts commit c93c12d0813b276501562bc88bea68daee60b266.
</content>
</entry>
</feed>
