<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-live-build.git/manpages, branch 1.3.5</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=1.3.5</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-live-build.git/atom?h=1.3.5'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/'/>
<updated>2018-03-22T16:14:01+00:00</updated>
<entry>
<title>Add options to build ONIE images</title>
<updated>2018-03-22T16:14:01+00:00</updated>
<author>
<name>Luca Boccassi</name>
<email>bluca@debian.org</email>
</author>
<published>2018-03-16T19:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=46c95969265fff53173a06419db46133c12f42ae'/>
<id>urn:sha1:46c95969265fff53173a06419db46133c12f42ae</id>
<content type='text'>
Open Network Install Environment is an open image format used by
networking vendor to ship a standardised image for networking white
box switches.

ONIE hardware takes this image at boot and a script to chain load
into the final environment via kexec. We can support Debian and
derivatives on such systems by packing an ISO which then gets
unpacked, kexec'ed and live-booted.

A base ONIE system can be tested in QEMU by building a VM following
these instrunctions:

https://github.com/opencomputeproject/onie/blob/master/machine/kvm_x86_64/INSTALL

Once built, boot onie-recovery-x86_64-kvm_x86_64-r0.iso in QEMU/libvirt
and on the console there will be the terminal prompt. Check the IP
assigned by libvirt and then scp the live image (ssh access is enabled
as root without password...). Then the .bin can be booted with:
 ONIE-RECOVERY:/ # onie-nos-install /tmp/live.hybrid.iso-ONIE.bin

The implementation is inspired by ONIE's own scripts that can be found
at:
https://github.com/opencomputeproject/onie/blob/master/contrib/debian-iso/cook-bits.sh

A new option, --onie (false by default) can be set to true to enable
building this new format in addition to an ISO.
An additional option, --onie-kernel-cmdline can be used to specify
additional options that the ONIE system should use when kexec'ing the
final image.
Note that only iso or hybrid-iso formats are supported.

For more information about the ONIE ecosystem see:
http://onie.org

Signed-off-by: Erik Ziegenbalg &lt;eziegenb@Brocade.com&gt;
Signed-off-by: Luca Boccassi &lt;bluca@debian.org&gt;
</content>
</entry>
<entry>
<title>UEFI: add support for Secure Boot on amd64 and arm64</title>
<updated>2018-03-09T20:57:54+00:00</updated>
<author>
<name>Luca Boccassi</name>
<email>bluca@debian.org</email>
</author>
<published>2018-02-27T19:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=035518ff69a97fa5d3fa432e13c9593a9f459a4e'/>
<id>urn:sha1:035518ff69a97fa5d3fa432e13c9593a9f459a4e</id>
<content type='text'>
Support for UEFI Secure Boot is modelled after how it currently works
in Ubuntu and on how it is going to work on Debian.
A minimal bootloader, shim, is used as the first-stage and it then
loads grub. Both have to be signed.
shim-signed is already available in Debian so the filenames are
already established, and the grub2 repository and packaging is common
between the 2 distros so we can already be reasonably sure of what it
is going to be.
So if both are available, copy /usr/lib/shim/shim[x64|aa64].efi.signed
as boot[x64|aa64].efi so that UEFI loads it first, and copy
/usr/lib/grub/[x86_64|arm64]-efi-signed/grub[x64|aa64].efi.signed as
grub[x64|aa64].efi.
This grub2 EFI monolithic image is currently hard-coded in grub2's
repository to look for a config file in efi/debian, so make a copy
of the previously added minimal grub.cfg that loads the real one in
that directory in both the fat32 and ISO 9660 partitions.

The new option --uefi-secure-boot can be set to auto (default,
enable or disable.
In auto, the lack of the signed EFI binaries is intentionally left as a
soft failure - live-build will simply fallback to using the locally
generated non-signed grub2 monolithic EFI binary as the only
bootloader. Given the difficulties surrounding the Secure Boot
signing infrastructure this approach gives the most flexibility and
makes sure things will "just work" once the packages are available,
without the need to change anything in the configuration.
This will also greatly help downstream distributions and users who
want to do self-signing.
The enable or disable options work as expected.

Closes: #821084
</content>
</entry>
<entry>
<title>Use $SOURCE_DATE_EPOCH when updating timestamps of manual pages</title>
<updated>2017-11-20T21:04:35+00:00</updated>
<author>
<name>Raphaël Hertzog</name>
<email>hertzog@debian.org</email>
</author>
<published>2017-11-20T21:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=1f1dce740ec271b21d88fcad7c7b40ea2e57a2d2'/>
<id>urn:sha1:1f1dce740ec271b21d88fcad7c7b40ea2e57a2d2</id>
<content type='text'>
This makes the package reproducible at build time.

Closes: #879169
</content>
</entry>
<entry>
<title>Fix version strings in manual pages</title>
<updated>2017-08-29T13:07:32+00:00</updated>
<author>
<name>Raphaël Hertzog</name>
<email>hertzog@debian.org</email>
</author>
<published>2017-08-29T13:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=37840d9cb2fbff2f3d313e3d55aa10832e51479c'/>
<id>urn:sha1:37840d9cb2fbff2f3d313e3d55aa10832e51479c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update PREPARER data for consistency</title>
<updated>2017-08-29T13:06:35+00:00</updated>
<author>
<name>Raphaël Hertzog</name>
<email>hertzog@debian.org</email>
</author>
<published>2017-08-29T13:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=c5a334deb8394a7474e4515ae4c2f086329ef180'/>
<id>urn:sha1:c5a334deb8394a7474e4515ae4c2f086329ef180</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop all references to live-systems.org and update copyright file</title>
<updated>2017-08-29T12:12:33+00:00</updated>
<author>
<name>Raphaël Hertzog</name>
<email>hertzog@debian.org</email>
</author>
<published>2017-08-29T12:12:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=3f909bf486c2303913e65b49c8d8aabb728c4bd6'/>
<id>urn:sha1:3f909bf486c2303913e65b49c8d8aabb728c4bd6</id>
<content type='text'>
Also fix the version string in the manual pages.

Closes: #859290
</content>
</entry>
<entry>
<title>Fix english mistakes in lb_config(1)</title>
<updated>2016-12-16T09:03:45+00:00</updated>
<author>
<name>Raphaël Hertzog</name>
<email>hertzog@debian.org</email>
</author>
<published>2016-12-16T09:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=10a5580c3af23d819f6486ed98451f82b6db2909'/>
<id>urn:sha1:10a5580c3af23d819f6486ed98451f82b6db2909</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor updates to lb_config and its manual page</title>
<updated>2016-12-16T09:00:36+00:00</updated>
<author>
<name>Raphaël Hertzog</name>
<email>hertzog@debian.org</email>
</author>
<published>2016-12-16T09:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=75aa6dec5bf886c30f3a4ff7f99d94459fd99d5f'/>
<id>urn:sha1:75aa6dec5bf886c30f3a4ff7f99d94459fd99d5f</id>
<content type='text'>
* Update the manual page with the missiong --bootappend-live-failsafe
  option.
* Keep supporting the former --bootloader (without s).
</content>
</entry>
<entry>
<title>Fix lintian warning about bad whatis entry</title>
<updated>2016-11-28T22:23:24+00:00</updated>
<author>
<name>Raphaël Hertzog</name>
<email>hertzog@debian.org</email>
</author>
<published>2016-11-28T22:23:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=53eab12a24c23071a0d749d988ef05855d2546c1'/>
<id>urn:sha1:53eab12a24c23071a0d749d988ef05855d2546c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of useless bootstrap_archive-keys script</title>
<updated>2016-11-28T20:36:57+00:00</updated>
<author>
<name>Raphaël Hertzog</name>
<email>hertzog@debian.org</email>
</author>
<published>2016-11-28T20:36:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=d8ca2041ad455aab3ecdcdc1083820b500e78e76'/>
<id>urn:sha1:d8ca2041ad455aab3ecdcdc1083820b500e78e76</id>
<content type='text'>
Closes: #773775
</content>
</entry>
</feed>
