Blame SOURCES/0014-add-detection-of-VirtualBox-disks.patch
|
|
99c779 |
From c818b7e2c4702d9b79bce644822183a40c4941ea Mon Sep 17 00:00:00 2001
|
|
|
99c779 |
From: Lyonel Vincent <lyonel@ezix.org>
|
|
|
99c779 |
Date: Fri, 19 Aug 2016 13:35:44 +0200
|
|
|
99c779 |
Subject: [PATCH 14/43] add detection of VirtualBox disks
|
|
|
99c779 |
|
|
|
99c779 |
---
|
|
|
99c779 |
src/core/heuristics.cc | 1 +
|
|
|
99c779 |
1 file changed, 1 insertion(+)
|
|
|
99c779 |
|
|
|
99c779 |
diff --git a/src/core/heuristics.cc b/src/core/heuristics.cc
|
|
|
99c779 |
index 17d2dfa..45b39a4 100644
|
|
|
99c779 |
--- a/src/core/heuristics.cc
|
|
|
99c779 |
+++ b/src/core/heuristics.cc
|
|
|
99c779 |
@@ -109,6 +109,7 @@ static const char *disk_manufacturers[] =
|
|
|
99c779 |
"FIREBALL.+", "Quantum",
|
|
|
99c779 |
"^WDC.+", "Western Digital",
|
|
|
99c779 |
"WD.+", "Western Digital",
|
|
|
99c779 |
+ "^VBOX.+", "VirtualBox",
|
|
|
99c779 |
NULL, NULL
|
|
|
99c779 |
};
|
|
|
99c779 |
|
|
|
99c779 |
--
|
|
|
99c779 |
2.10.2
|
|
|
99c779 |
|