Revision tags: release/14.0.0 |
|
#
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, emast
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
show more ...
|
#
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/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0 |
|
#
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 fa
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
show more ...
|