Commit 45374fa7 authored by rpaquay@chromium.org's avatar rpaquay@chromium.org

Add more device names to the list of known devices.

BUG=331831

Review URL: https://codereview.chromium.org/118633003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243606 0039d316-1c4b-4281-b951-d872f2087c98
parent 44df4a90
......@@ -15,7 +15,9 @@
namespace {
const char kDiskByUuidDirectoryName[] = "/dev/disk/by-uuid";
const char* kDeviceNames[] = { "sda1", "hda1", "dm-0" };
const char* kDeviceNames[] = {
"sda1", "hda1", "dm-0", "xvda1", "sda2", "hda2", "dm-1", "xvda2",
};
// Map from device name to disk uuid
typedef std::map<base::FilePath, base::FilePath> DiskEntries;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment