<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-live-build.git/scripts/build/efi-image, branch cla</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=cla</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-live-build.git/atom?h=cla'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/'/>
<updated>2021-02-16T20:22:12+00:00</updated>
<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>Set timestamp embedded in EFI files</title>
<updated>2021-01-15T09:22:29+00:00</updated>
<author>
<name>Roland Clobus</name>
<email>rclobus@rclobus.nl</email>
</author>
<published>2021-01-02T16:40:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=15fab34ea2e154cee5e6d53da7f5c80b300ca77f'/>
<id>urn:sha1:15fab34ea2e154cee5e6d53da7f5c80b300ca77f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use SOURCE_DATE_EPOCH for the partition-id of /efi.img</title>
<updated>2021-01-15T09:22:29+00:00</updated>
<author>
<name>Roland Clobus</name>
<email>rclobus@rclobus.nl</email>
</author>
<published>2020-10-04T11:51:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=760684b1e2586a72230e0426489dffd24138c3fd'/>
<id>urn:sha1:760684b1e2586a72230e0426489dffd24138c3fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Preserve timestamps</title>
<updated>2021-01-01T16:51:02+00:00</updated>
<author>
<name>Roland Clobus</name>
<email>rclobus@rclobus.nl</email>
</author>
<published>2021-01-01T16:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=037e93fe37f8b5d974e3e6219fa6ee94ad5cf504'/>
<id>urn:sha1:037e93fe37f8b5d974e3e6219fa6ee94ad5cf504</id>
<content type='text'>
</content>
</entry>
<entry>
<title>amend copyright &amp; licensing blocks</title>
<updated>2020-03-11T13:51:19+00:00</updated>
<author>
<name>Lyndon Brown</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2020-03-11T10:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=7a4a9f94b89d22c083c1610ecbcb7a173f1b73db'/>
<id>urn:sha1:7a4a9f94b89d22c083c1610ecbcb7a173f1b73db</id>
<content type='text'>
Current versions of the project files are built upon versions published
and licensed by Daniel Baumann, but are modified copies of those files and
thus need to be marked as such per licensing requirements (afaik he did
not pass along ownership / licensing rights to anyone when he left the
project). We should also be careful to not be misrepresenting such
modified copies as being attributed to Daniel.

Adding a new copyright line referring to "The Debian Live team" should
suffice for this.

The authorship block in man pages has also similarly been updated.

Notes:
 - tweaked a copy of daniel copyright lines stating 2014 instead of 2015.
   both of these cases were in files that i had personally introduced in
   some of my past merged commits that moved some code around. i don't know
   why they stated 2014.
 - binary_onie was introduced in 2018, so that has a 2018 date instead of
   2016 unlike the rest.
 - 'efi-image' is a 3rd-party (Canonical Ltd) work that we bundle, but it
   has been modified by 674794a8f4d61a729d2dbd6d99385d2826138694 and
   36a3ba76347ef72df1c316312ed3a26aa4b0c816 so I similarly added a
   debian live copyright line.
 - 'grub-cpmodules' is similar. it was only changed by the indentation fix
   of 36a3ba76347ef72df1c316312ed3a26aa4b0c816 but modification is
   modification, and this does help cover any possible future changes that
   might be made.
</content>
</entry>
<entry>
<title>fix indentation</title>
<updated>2020-03-05T11:29:01+00:00</updated>
<author>
<name>Lyndon Brown</name>
<email>jnqnfe@gmail.com</email>
</author>
<published>2020-02-10T15:48:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=36a3ba76347ef72df1c316312ed3a26aa4b0c816'/>
<id>urn:sha1:36a3ba76347ef72df1c316312ed3a26aa4b0c816</id>
<content type='text'>
including:
 - spaces replaced with tabs for consistency
 - alignment of `;;` in some case statements changed for consistency

Gbp-Dch: Short
Closes: #952857
</content>
</entry>
<entry>
<title>Try to reuse /isolinux/splash.png in default grub configuration.</title>
<updated>2016-11-28T19:58:18+00:00</updated>
<author>
<name>Raphaël Hertzog</name>
<email>hertzog@debian.org</email>
</author>
<published>2016-11-22T17:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=674794a8f4d61a729d2dbd6d99385d2826138694'/>
<id>urn:sha1:674794a8f4d61a729d2dbd6d99385d2826138694</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stolen efi-image and grub-cpmodules from src:live-installer</title>
<updated>2016-07-31T13:09:13+00:00</updated>
<author>
<name>Adrian Gibanel Lopez</name>
<email>adrian.gibanel@btactic.com</email>
</author>
<published>2016-01-18T03:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-live-build.git/commit/?id=58a97219c91183a1ee387cb3e450f911c5b5f183'/>
<id>urn:sha1:58a97219c91183a1ee387cb3e450f911c5b5f183</id>
<content type='text'>
These two scripts simplify the creation of efi images based on grub-efi.
I have decided to simply steal them. If I had to include them thanks to a source package that would have mean that an src repo would have to be defined by default.
TODO: Ask in a bug a RFE so that these two scripts are put into a binary that could be consumed by both live-installer and live-build packages.
</content>
</entry>
</feed>
