radxa-repo / rbuild

Radxa Image Builder (Maintenance mode)
https://radxa-repo.github.io/rbuild/
GNU General Public License v3.0
53 stars 44 forks source link

Make `date` invocation work with busybox #59

Closed lupont closed 1 month ago

lupont commented 1 month ago

The --iso-8601 flag is not supported in busybox date. It does support the -I flag, which is also supported in the GNU coreutil date implementation – they are in fact synonyms.

This improves portability ever so slightly.