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:
parent
bdff2dc45c
commit
c4450efabe
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue