diff options
author | erkin <e.altunbas@vyos.io> | 2021-05-10 06:57:59 +0300 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-27 10:15:52 +0200 |
commit | a86c1bcd93c4b29a196c79934a1bc3d73609ecb6 (patch) | |
tree | 01e410442e23e408d508d2fd8acc9d02531a8273 /data/live-build-config | |
parent | a834d2a97a159ad4ec1f5ffa285c6748ffcc3ddd (diff) | |
download | vyos-build-a86c1bcd93c4b29a196c79934a1bc3d73609ecb6.tar.gz vyos-build-a86c1bcd93c4b29a196c79934a1bc3d73609ecb6.zip |
T3351: Add SHA256 checksums
(cherry picked from commit 5e47e3ad3c333197bbff10bbda7d4bbd9f0b4009)
Diffstat (limited to 'data/live-build-config')
-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 |