Use constant MBR ID for isohybrid
If not set explicitly, isohybrid choose it randomly, which harm reproducibility. Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
This commit is contained in:
parent
a12c2b9ea0
commit
d469cbfef5
@ -1762,6 +1762,7 @@ class Pungi(PungiBase):
|
|||||||
ppcbootargs.append('-hfs-bless') # must be last
|
ppcbootargs.append('-hfs-bless') # must be last
|
||||||
|
|
||||||
isohybrid = ['/usr/bin/isohybrid']
|
isohybrid = ['/usr/bin/isohybrid']
|
||||||
|
isohybrid.extend(['--id', '42'])
|
||||||
|
|
||||||
# Check the size of the tree
|
# Check the size of the tree
|
||||||
# This size checking method may be bunk, accepting patches...
|
# This size checking method may be bunk, accepting patches...
|
||||||
|
Loading…
Reference in New Issue
Block a user