Skip to content

Commit 07a9b1f

Browse files
shankerwangmiaomcb30
authored andcommitted
[toolchain] Use xorriso instead of genisoimage
Use xorriso so that we can use SOURCE_DATE_EPOCH to make the generated ISO images reproducible. Modified-by: Michael Brown <mbrown@fensystems.co.uk> Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
1 parent 037eba9 commit 07a9b1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolchain/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ RUN echo "install_weak_deps=False" >> /etc/dnf/dnf.conf \
1313
cross-binutils-common \
1414
cross-gcc-common \
1515
gcc \
16-
genisoimage \
1716
make \
1817
mtools \
1918
perl-interpreter \
2019
syslinux \
20+
xorriso \
2121
xz-devel \
2222
&& dnf clean all -y
2323

0 commit comments

Comments
 (0)