Skip to content
Snippets Groups Projects
Verified Commit 2c784c51 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

switch from genext2fs to mkfs.ext4

Problems with genext2fs:

 - slow O(n^2) runtime
 - need to upgrade ext2 filesystems to ext4 on first boot
 - inode size of 128 disallows timestamps beyond 2038 or sub-second
   precision timestamps

Problems with mkfs.ext4:

 - not bit-by-bit reproducible across multiple invocations

The problems with mkfs.ext4 are solved once this PR is merged:

https://github.com/tytso/e2fsprogs/pull/118
parent b44a7732
No related branches found
No related tags found
1 merge request!93use mkfs.ext4 instead of genext2fs
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment