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
btrfs-progs: docs: document SOURCE_DATE_EPOCH and DETERMINISTIC_SEED
Add an ENVIRONMENT section to mkfs.btrfs(8) for the two environment
variables that make image creation reproducible: SOURCE_DATE_EPOCH
(timestamps) and DETERMINISTIC_SEED (UUID derivation, requires -U). It
covers the empty-is-unset and invalid-is-an-error handling, the minimal
recipe, and that normalizing ownership (chown -R 0:0) of a -r tree is
left to the caller.
Signed-off-by: Leo Martins <loemra.dev@gmail.com>
0 commit comments