<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-build.git/Makefile, branch 1.4.0-epa2</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=1.4.0-epa2</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-build.git/atom?h=1.4.0-epa2'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/'/>
<updated>2023-11-27T07:48:02+00:00</updated>
<entry>
<title>Makefile: add new target qemu-live</title>
<updated>2023-11-27T07:48:02+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-19T09:18:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=553fe4fb0116d3d4a867f07ca3bdef65f6c6dbc0'/>
<id>urn:sha1:553fe4fb0116d3d4a867f07ca3bdef65f6c6dbc0</id>
<content type='text'>
Simply boot a live qemu version from the latest ISO build

(10:18) cpo lnx01:~/vyos-build [current] # sudo make qemu-live
if [ ! -f build/live-image-amd64.hybrid.iso ]; then
echo "Could not find build/live-image-amd64.hybrid.iso"
exit 1
fi
scripts/check-qemu-install --qemu-cmd build/live-image-amd64.hybrid.iso
 INFO - Creating Disk image testinstall-20231119-101823-4483.img
SeaBIOS (version 1.16.2-debian-1.16.2-1)
Machine UUID f48b60b2-e6ad-49ef-9d09-4245d0585e52
Booting from DVD/CD...

ISOLINUX 6.04 20200816 ETCD Copyright (C) 1994-2015 H. Peter Anvin et al

(cherry picked from commit b3d0ebaf1d7d5b5a54be284e553defb8ed4a7a6f)
</content>
</entry>
<entry>
<title>Makefile: T2640: add helper to convert ISO to OCI image to start a container</title>
<updated>2023-11-27T07:46:58+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-26T19:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=98d05b1131be6e650b4da931929fa0c08d3a8723'/>
<id>urn:sha1:98d05b1131be6e650b4da931929fa0c08d3a8723</id>
<content type='text'>
Use either "make oci" or call the script manually:

$ scripts/iso-to-oci build/live-image-amd64.hybrid.iso

I: mount ISO build/live-image-amd64.hybrid.iso
I: extracting squashfs content
I: generate OCI container image vyos-1.5-strongswan-202311241125.tar
I: to import the previously generated OCI image to your local images run:

   docker import vyos-1.5-strongswan-202311241125.tar vyos:1.5-strongswan-202311241125 --change 'CMD [/sbin/init]'

(cherry picked from commit 499e8e1cbb90e24acf80d383a69e138cd745807c)
</content>
</entry>
<entry>
<title>T3664: initial implementation of the build flavor system</title>
<updated>2022-10-06T21:55:01+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2022-10-06T16:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=3979b25dcf137600b6ba7ccd361ae78515c012e8'/>
<id>urn:sha1:3979b25dcf137600b6ba7ccd361ae78515c012e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Testsuite: add new "make testraid" target for RAID-1 installation testing</title>
<updated>2021-12-09T21:40:44+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-12-09T09:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=462c5f80e086b1f5f74c564b3cb53df230b06d6b'/>
<id>urn:sha1:462c5f80e086b1f5f74c564b3cb53df230b06d6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: add common helper to check if ISO was build before running tests</title>
<updated>2021-12-09T10:13:17+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-12-09T09:14:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=c5dee499abaf729dc9388c0b86530c0d09fd9fd1'/>
<id>urn:sha1:c5dee499abaf729dc9388c0b86530c0d09fd9fd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: "make test" runs in UEFI mode "make testc" continues to use BIOS</title>
<updated>2021-10-02T10:11:04+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-10-02T10:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=aa5f7b8666a29b819ca159effa148f957f5f69ca'/>
<id>urn:sha1:aa5f7b8666a29b819ca159effa148f957f5f69ca</id>
<content type='text'>
With this change we validate both installation types that they work and
operates "as expected".

(cherry picked from commit e6ce9e76673d9de7c85510ba873f04a3521e1f19)
</content>
</entry>
<entry>
<title>Makefile: add "make test-no-interfaces" to start smoketests w/o interface tests</title>
<updated>2021-08-15T13:15:41+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-08-15T13:15:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=19778c23a054228dd889b6ac95dc17079eb7354a'/>
<id>urn:sha1:19778c23a054228dd889b6ac95dc17079eb7354a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T3664: remove vagrant build</title>
<updated>2021-07-07T10:22:28+00:00</updated>
<author>
<name>Kim Hagen</name>
<email>kim@sentrium.io</email>
</author>
<published>2021-07-07T10:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=7afee1ae93a9055bb7af168d731ab8666f81ca93'/>
<id>urn:sha1:7afee1ae93a9055bb7af168d731ab8666f81ca93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T3664: Eliminate obsolete build flavours</title>
<updated>2021-07-07T10:03:38+00:00</updated>
<author>
<name>Kim Hagen</name>
<email>kim@sentrium.io</email>
</author>
<published>2021-07-07T10:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=43f4d5c3cd8838ae87660813abc999f85612a33f'/>
<id>urn:sha1:43f4d5c3cd8838ae87660813abc999f85612a33f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set the default shell to bash so that we can use -o pipefail</title>
<updated>2021-06-29T08:38:18+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2021-06-29T08:38:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=ce49275606e30380e7ebf4a03d1315bcf95313eb'/>
<id>urn:sha1:ce49275606e30380e7ebf4a03d1315bcf95313eb</id>
<content type='text'>
</content>
</entry>
</feed>
