Skip to content

Commit 65f3b10

Browse files
authored
Merge pull request #957 from dmbaturin/T7409-no-md5
build: T7409: do not include MD5 checksums in the ISO image
2 parents 58a30bd + 64ff1e5 commit 65f3b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/image-build/build-vyos-image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ DOCUMENTATION_URL="{build_config['documentation_url']}"
627627
--bootappend-live "boot=live components hostname=vyos username=live nopersistence noautologin nonetworking union=overlay console=ttyS0,115200 console=tty0 net.ifnames=0 biosdevname=0" \
628628
--bootappend-live-failsafe "live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal console=ttyS0,115200 console=tty0 net.ifnames=0 biosdevname=0" \
629629
--bootloaders "{{bootloaders}}" \
630-
--checksums "sha256 md5" \
630+
--checksums "sha256" \
631631
--chroot-squashfs-compression-type "{{squashfs_compression_type}}" \
632632
--debian-installer none \
633633
--debootstrap-options "--variant=minbase --exclude=isc-dhcp-client,isc-dhcp-common,ifupdown --include=apt-utils,ca-certificates,gnupg2,linux-kbuild-6.1" \

0 commit comments

Comments
 (0)