<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-live-build.git/scripts/build, branch master</title>
<subtitle> (mirror of https://github.com/vyos/vyos-live-build.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-live-build.git/atom?h=master</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-live-build.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/'/>
<updated>2021-07-19T09:52:09+00:00</updated>
<entry>
<title>Enable dm-verity support also for ext filesystems</title>
<updated>2021-07-19T09:52:09+00:00</updated>
<author>
<name>Thore Sommer</name>
<email>debian@thson.de</email>
</author>
<published>2021-07-19T09:50:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=1cd901cfa2821b1440179936db2582aa11f6debe'/>
<id>urn:sha1:1cd901cfa2821b1440179936db2582aa11f6debe</id>
<content type='text'>
Those need a block size of 4k to work.
</content>
</entry>
<entry>
<title>Adding dm-verity support for rootfs</title>
<updated>2021-07-11T08:33:48+00:00</updated>
<author>
<name>Thore Sommer</name>
<email>debian@thson.de</email>
</author>
<published>2021-07-10T14:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=0f53b8ed209d240c7a4e74cb9b3c3497ac517b19'/>
<id>urn:sha1:0f53b8ed209d240c7a4e74cb9b3c3497ac517b19</id>
<content type='text'>
This adds support for dm-vertiy on the root filesystem.
Currently only squashfs is supported.

Three new flags are introduced.
 * --dm-verity: Enable basic dm-verity support
 * --dm-verity-fec NB_ROOTS: Enable forward error correction. Optional
 * --dm-verity-sign SCRIPT: Specify signing script for the root hash. Optional
</content>
</entry>
<entry>
<title>Removed filesystem.size for squashfs images.</title>
<updated>2021-03-29T09:08:35+00:00</updated>
<author>
<name>Roland Clobus</name>
<email>rclobus@rclobus.nl</email>
</author>
<published>2021-03-17T10:08:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=3cc60e4f6433da0850cbd31013a4478e8086939f'/>
<id>urn:sha1:3cc60e4f6433da0850cbd31013a4478e8086939f</id>
<content type='text'>
See for more details https://lists.debian.org/debian-live/2021/03/msg00008.html
</content>
</entry>
<entry>
<title>Fixed handling of checksums in combination with the d-i installer.</title>
<updated>2021-03-21T11:32:54+00:00</updated>
<author>
<name>Roland Clobus</name>
<email>rclobus@rclobus.nl</email>
</author>
<published>2021-03-21T11:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=745b2be876b50b5033c7d2514facb5b71799c9ae'/>
<id>urn:sha1:745b2be876b50b5033c7d2514facb5b71799c9ae</id>
<content type='text'>
1) lb config rejected multiple checksum types
2) When using the installer, cdrom-checker requires a md5 checksum file,
   use 'Check the integrity of the installation media' in the installer
3) The comments in the first lines of the checksum files caused
   cdrom-checker to fail the integrity of the image
</content>
</entry>
<entry>
<title>No mksquashfs progress bar if stdin is not a terminal</title>
<updated>2021-02-18T08:48:27+00:00</updated>
<author>
<name>Ryan Finnie</name>
<email>ryan@finnie.org</email>
</author>
<published>2021-02-18T06:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=8a8e11e5d1c747890e1f63c4e821974851c22314'/>
<id>urn:sha1:8a8e11e5d1c747890e1f63c4e821974851c22314</id>
<content type='text'>
Explicitly documented updated conditional, as "-t" is not a
commonly seen shell test.
</content>
</entry>
<entry>
<title>Use --apt-http-proxy/--apt-ftp-proxy for debootstrap</title>
<updated>2021-02-18T06:02:47+00:00</updated>
<author>
<name>Ryan Finnie</name>
<email>ryan@finnie.org</email>
</author>
<published>2021-02-05T18:30:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=a0400b24998e247f32f95a492ed4f3f6ab053ada'/>
<id>urn:sha1:a0400b24998e247f32f95a492ed4f3f6ab053ada</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mkfs.msdos needs at most 32 bits for the -i argument.</title>
<updated>2021-02-16T20:22:12+00:00</updated>
<author>
<name>Roland Clobus</name>
<email>rclobus@rclobus.nl</email>
</author>
<published>2021-02-16T17:23:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=2c7c90487addb7f741be24418b5ae1caed51f562'/>
<id>urn:sha1:2c7c90487addb7f741be24418b5ae1caed51f562</id>
<content type='text'>
Use the hexadecimal version of SOURCE_DATE_EPOCH, limited to the lower 32 bits
</content>
</entry>
<entry>
<title>Fix build on architecture without syslinux</title>
<updated>2021-02-14T21:38:19+00:00</updated>
<author>
<name>Luca Boccassi</name>
<email>bluca@debian.org</email>
</author>
<published>2021-02-14T21:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=b968e2c0f7625f679bbbe6db12feb30f4b7f3598'/>
<id>urn:sha1:b968e2c0f7625f679bbbe6db12feb30f4b7f3598</id>
<content type='text'>
Don't run xorriso with -isohybrid-mbr if LB_BOOTLOADER_BIOS is
not set to syslinux

Closes: #982746
</content>
</entry>
<entry>
<title>lilo is not available any more in Bullseye (and newer), see #973850</title>
<updated>2021-02-10T20:47:22+00:00</updated>
<author>
<name>Roland Clobus</name>
<email>rclobus@rclobus.nl</email>
</author>
<published>2021-01-24T21:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=a37cbcb5744408b24d87a7df9eb59f57d6806d71'/>
<id>urn:sha1:a37cbcb5744408b24d87a7df9eb59f57d6806d71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The local LIVE_BUILD wins over the system live-build for the list of udeb exclusions</title>
<updated>2021-02-10T20:47:22+00:00</updated>
<author>
<name>Roland Clobus</name>
<email>rclobus@rclobus.nl</email>
</author>
<published>2021-02-06T09:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=c9cf409e837005f119ce26558f1b8fb6ac65ed68'/>
<id>urn:sha1:c9cf409e837005f119ce26558f1b8fb6ac65ed68</id>
<content type='text'>
</content>
</entry>
</feed>
