[coreboot] [coreboot - Support #567] How init git repository for avoiding date error?

2024-11-12 Thread gitlab thnx
Issue #567 has been updated by gitlab thnx. Maybe it's about ntfs version or mounting options? (thx) `ntfs-3g --version` ``` 'ntfs-3g 2021.8.22 integrated FUSE 28 - Third Generation NTFS Driver Configuration type 7, XATTRS are on, POSIX ACLS are on' ``` `mount | grep -e 'fuseb

[coreboot] [coreboot - Support #567] How init git repository for avoiding date error?

2024-11-12 Thread Maximilian Brune
Issue #567 has been updated by Maximilian Brune. `ntfs-3g --version` ``` ntfs-3g 2022.10.3 external FUSE 29 ``` `mount | grep -e 'fuseblk' -e 'ntfs'` ``` /dev/sda1 on /mnt type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096) ``` `uname -a` ``` Linux mmax 6.11.3

[coreboot] [coreboot - Support #567] How init git repository for avoiding date error?

2024-11-12 Thread Maximilian Brune
Issue #567 has been updated by Maximilian Brune. I now tried (2 times) to format one of my USB sticks with a NTFS partition and cloned the repository in there with: ``` git clone --recursive "https://github.com/coreboot/coreboot"; ``` And `git status` and `git log` work fine. I can't seem to rep