Commit e1a7457
committed
MountTag hashing using ":" instead of "\0" separator
Using \0 as a separator makes the hash hard to reproduce in environments
that do not allow NUL bytes in strings. This affects, for example, NixOS
configurations that generate filesystem mount definitions directly rather
than using cloud-init.
Signed-off-by: Alain Lehmann <alain.lehmann@gmail.com>1 parent 2d4314e commit e1a7457
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments