You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While playing with a bootc system I noticed that the timestamps of files are mostly/all set to "Jan 1 1970" (ls -la /usr/).
For instance - verifying a installed package results in
# rpm -V bash |head
.......T. c /etc/skel/.bash_logout
.......T. c /etc/skel/.bash_profile
.......T. c /etc/skel/.bashrc
.......T. /usr/bin/alias
.......T. /usr/bin/bash
.......T. /usr/bin/bashbug-64
.......T. /usr/bin/bg
.......T. /usr/bin/cd
.......T. /usr/bin/command
.......T. /usr/bin/fc
# ls -la /usr/bin/bash
-rwxr-xr-x. 1 root root 1389072 Jan 1 1970 /usr/bin/bash
I would assume that the object-store/composefs also provides the timestamps in addition to the xattr metadata, not?
The text was updated successfully, but these errors were encountered:
While playing with a bootc system I noticed that the timestamps of files are mostly/all set to "Jan 1 1970" (
ls -la /usr/
).For instance - verifying a installed package results in
I would assume that the object-store/composefs also provides the timestamps in addition to the xattr metadata, not?
The text was updated successfully, but these errors were encountered: