History log of /freebsd-current/usr.bin/mkimg/tests/img-1x1-512-gpt.vhdx.hex
Revision Date Author Comments
# 3b5c9845 18-Oct-2023 Jose Luis Duran <jlduran@gmail.com>

Remove $FreeBSD$: one line sh-pattern

Remove the $FreeBSD$ pattern added to the tests, as well as fixing the
mkimg_test.sh script to stop adding it when we rebase the tests.

Reviewed by: imp, emaste
Pull Request: https://github.com/freebsd/freebsd-src/pull/870


# d2abbfed 17-Oct-2023 Warner Losh <imp@FreeBSD.org>

mkimg: Regenerate all the tests for gpt

Recent changes to mkimg has changed the generated GPT images to be more
correct. Use make rebase to regenerate the baseline.

Sponsored by: Netflix


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# c78cd98b 08-Jun-2020 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

Add VHDX support to mkimg(1)

VHDX is the successor of Microsoft's VHD file format. It increases
maximum capacity of the virtual drive to 64TB and introduces features
to better handle power/system failures.

VHDX is the required format for 2nd generation Hyper-V VMs.

Reviewed by: marcel
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D25184