mkstandalone adds several files to an archive. Doing this it uses the
mtime to give these files a timestamp.
--fixed-time overrides these timestamps with a given.
Replacing all timestamps with a specific one is required
to get reproducible builds. See source epoch specification of
reproducible-bu
Hi,
I would like to build grub reproducible for coreboot.
The mkrescue patch is not needed for reproducible builds
in coreboot and might dropped, because someone want to create a direct
override argument to set the uuid reproducible.
Best,
lynxis
Alexander Couzens (3):
mkstandalone: add argume
The uuid generation is based on the time.
---
util/grub-mkrescue.c | 15 ++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/util/grub-mkrescue.c b/util/grub-mkrescue.c
index 4511826..164c4e1 100644
--- a/util/grub-mkrescue.c
+++ b/util/grub-mkrescue.c
@@ -52,6 +52,7 @@ s
mkstandalone sets timestamps for files which can be overriden by a
fixed_timestamp.
This makes it possible to build reproducible builds for coreboot.
To build a reproducible build of grub for coreboot do:
make default_payload.elf FIXED_TIMESTAMP=1134242
---
Makefile.am | 2 +-
1 file changed, 1
On Fri, 4 Dec 2015 17:10:44 +0100
Alexander Couzens wrote:
> mkstandalone sets timestamps for files which can be overriden by a
> fixed_timestamp. This makes it possible to build reproducible builds
> for coreboot.
>
> To build a reproducible build of grub for coreboot do:
> make default_payloa
mkstandalone sets timestamps for files which can be overriden by a
fixed_timestamp.
This makes it possible to build reproducible builds for coreboot.
To build a reproducible build of grub for coreboot do:
export SOURCE_DATE_EPOCH=1134242
make default_payload.elf
---
Makefile.am | 2 +-
1 file ch
On 04.12.2015 17:10, Alexander Couzens wrote:
> mkstandalone adds several files to an archive. Doing this it uses the
> mtime to give these files a timestamp.
> --fixed-time overrides these timestamps with a given.
>
> Replacing all timestamps with a specific one is required
> to get reproducible
On 04.12.2015 17:10, Alexander Couzens wrote:
> mkstandalone sets timestamps for files which can be overriden by a
> fixed_timestamp.
> This makes it possible to build reproducible builds for coreboot.
>
> To build a reproducible build of grub for coreboot do:
> make default_payload.elf FIXED_TIM
mkstandalone adds several files to an archive. Doing this it uses the
mtime to give these files a timestamp.
--fixed-time overrides these timestamps with a given.
Replacing all timestamps with a specific one is required
to get reproducible builds. See source epoch specification of
reproducible-bu
Changelog:
- v2:
- 3/3: rewrite commit message
- 3/3: rename variable into SOURCE_DATE_EPOCH
- v3:
- */3: initialize fixed_time argument
- 1+2/3: remove argument letter '-t' only --fixed-time works
- 1+2/3: initialize fixed_time = -1
Alexander Couzens (3):
mkstandalone: add argument --fixe
The uuid generation is based on the time.
---
util/grub-mkrescue.c | 16 +++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/util/grub-mkrescue.c b/util/grub-mkrescue.c
index 4511826..1af1da2 100644
--- a/util/grub-mkrescue.c
+++ b/util/grub-mkrescue.c
@@ -52,6 +52,7 @@
mkstandalone sets timestamps for files which can be overriden by a
fixed_timestamp.
This makes it possible to build reproducible builds for coreboot.
To build a reproducible build of grub for coreboot do:
export SOURCE_DATE_EPOCH=1134242
make default_payload.elf
---
Makefile.am | 2 +-
1 file ch
04.12.2015 21:32, Alexander Couzens пишет:
> Changelog:
>
> - v2:
> - 3/3: rewrite commit message
> - 3/3: rename variable into SOURCE_DATE_EPOCH
> - v3:
> - */3: initialize fixed_time argument
> - 1+2/3: remove argument letter '-t' only --fixed-time works
> - 1+2/3: initialize fixed_time = -
04.12.2015 21:00, Vladimir 'φ-coder/phcoder' Serbinenko пишет:
> On 04.12.2015 17:10, Alexander Couzens wrote:
>> mkstandalone adds several files to an archive. Doing this it uses the
>> mtime to give these files a timestamp.
>> --fixed-time overrides these timestamps with a given.
>>
>> Replacing
01.12.2015 20:45, Vladimir 'phcoder' Serbinenko пишет:
> Do you have a failure scenario? hd0,1 is not recommended but it's still
> valid and so should still work
Yes, I misunderstood what I have seen. Sorry.
> Le 1 déc. 2015 5:19 PM, "Andrei Borzenkov" a écrit :
>
>> If partition information is
15 matches
Mail list logo