1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[vhd] allow the use of FreeBSD bhyve virtual disks

This commit is contained in:
Mark Peek 2024-06-12 09:49:44 -07:00
parent bdff2dc45c
commit c4450efabe

View file

@ -287,6 +287,7 @@ static __inline BOOL IsVHD(const char* buffer)
"Arsenal_________Virtual_",
"KernSafeVirtual_________",
"Msft____Virtual_Disk____",
"BHYVE__________SATA_DISK",
"VMware__VMware_Virtual_S" // Enabled through a cheat mode, as this lists primary disks on VMWare instances
};