Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix y2038 file system warnings #1589

Merged
merged 2 commits into from
Oct 13, 2021
Merged

Commits on Oct 12, 2021

  1. Bump buildroot

    * buildroot 3c5f87185d...5ffdf6ccc5 (1):
      > package/e2fsprogs: Create y2038 capable file systems by default
    agners committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    a3d13c5 View commit details
    Browse the repository at this point in the history
  2. Use inode size of 256 bytes for overlayfs

    By default older versions of mkfs.ext4 create file systems with inode
    size of 128 bytes. This does not allow for 64-bit timestamps, which
    leads to y2038 compatibility warnings. Use 256 bytes inodes.
    agners committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    4ad3e0c View commit details
    Browse the repository at this point in the history