From 88102d8b44554e543f28dc6413b1d5497e99586d Mon Sep 17 00:00:00 2001 From: nl6720 Date: Sat, 25 May 2024 12:46:25 +0300 Subject: mkarchiso: remove unneeded workarounds in _mkairootfs_ext4+squashfs * Do not run `tune2fs` on the image. The file system is not mounted, so the default values for "Maximum mount count" (`tune2fs` option `-c`) and "Check interval" (`tune2fs` option `-i`) are fine as is. With this change the ext4 image is reproducible. * Remove `E2FSPROGS_FAKE_TIME`. e2fsprogs 1.47.1 supports `SOURCE_DATE_EPOCH` so setting this e2fsprogs specific variable is not needed anymore. See https://github.com/tytso/e2fsprogs/issues/131 for details. --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b989057..9e4319e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,6 +22,8 @@ Fixed Removed ------- +- Remove unneeded workaround for e2fsprogs < 1.47.1. + [78] - 2024-05-23 ================= -- cgit v1.2.3-70-g09d2