diff options
author | erkin <e.altunbas@vyos.io> | 2021-05-10 06:57:59 +0300 |
---|---|---|
committer | erkin <e.altunbas@vyos.io> | 2021-05-10 06:57:59 +0300 |
commit | 5e47e3ad3c333197bbff10bbda7d4bbd9f0b4009 (patch) | |
tree | a27247f8774c1aff03cd4c6c5b433940adf6c212 /data | |
parent | de6089c11d73f22a7ce79666e7407cf751de7dc2 (diff) | |
download | vyos-build-5e47e3ad3c333197bbff10bbda7d4bbd9f0b4009.tar.gz vyos-build-5e47e3ad3c333197bbff10bbda7d4bbd9f0b4009.zip |
T3351: Add SHA256 checksums
Diffstat (limited to 'data')
-rwxr-xr-x | data/live-build-config/hooks/live/11-busybox.chroot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/live-build-config/hooks/live/11-busybox.chroot b/data/live-build-config/hooks/live/11-busybox.chroot index fecce616..676cb35e 100755 --- a/data/live-build-config/hooks/live/11-busybox.chroot +++ b/data/live-build-config/hooks/live/11-busybox.chroot @@ -139,6 +139,7 @@ bb_alternative /usr/bin/renice bb_alternative /usr/bin/reset bb_alternative /usr/bin/setkeycodes bb_alternative /usr/bin/sha1sum +bb_alternative /usr/bin/sha256sum bb_alternative /usr/bin/sort bb_alternative /usr/bin/strings bb_alternative /usr/bin/tail |