Make a special file in /etc updated on first boot #26
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lee.miller/openwrt:files"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi!
Trying to implement making a file with custom ctime.
bcd87c404a
to0c1d092c75
I deduced that a more appropriate approach is to edit
include/version.mk
and updateSOURCE_DATE_EPOCH
, e.g. withsed
or whatever you prefer to edit files inline, can you do that?Also I'm not 100% sure your old approach would work as I don't know exactly when the time is reset, if it's done before it executed
/etc/defaults
, then you have to reboot after that to get the correct time, and that is a bit of a hassle.0c1d092c75
tobb5e87deb5
bb5e87deb5
to766003f466
No more need
Pull request closed