diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-04-29 15:23:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-29 15:23:12 +0100 |
commit | 65f3b103a5b3127fbd39b21efc4026073fa53082 (patch) | |
tree | c736d296bc1840359d4d4e8342fa9d672173bff8 /scripts/image-build | |
parent | 58a30bd14abea0f8532b34cdcdc7e7dccb7aa76e (diff) | |
parent | 64ff1e538d09b0859b1b3f8e5adc8529bcea2919 (diff) | |
download | vyos-build-current.tar.gz vyos-build-current.zip |
build: T7409: do not include MD5 checksums in the ISO image
Diffstat (limited to 'scripts/image-build')
-rwxr-xr-x | scripts/image-build/build-vyos-image | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/image-build/build-vyos-image b/scripts/image-build/build-vyos-image index 7b49f293..3275c5de 100755 --- a/scripts/image-build/build-vyos-image +++ b/scripts/image-build/build-vyos-image @@ -627,7 +627,7 @@ DOCUMENTATION_URL="{build_config['documentation_url']}" --bootappend-live "boot=live components hostname=vyos username=live nopersistence noautologin nonetworking union=overlay console=ttyS0,115200 console=tty0 net.ifnames=0 biosdevname=0" \ --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" \ --bootloaders "{{bootloaders}}" \ - --checksums "sha256 md5" \ + --checksums "sha256" \ --chroot-squashfs-compression-type "{{squashfs_compression_type}}" \ --debian-installer none \ --debootstrap-options "--variant=minbase --exclude=isc-dhcp-client,isc-dhcp-common,ifupdown --include=apt-utils,ca-certificates,gnupg2,linux-kbuild-6.1" \ |