summaryrefslogtreecommitdiffstats
path: root/waftools/detections/devices.py
diff options
context:
space:
mode:
Diffstat (limited to 'waftools/detections/devices.py')
-rw-r--r--waftools/detections/devices.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/waftools/detections/devices.py b/waftools/detections/devices.py
index cf1cca7e90..42c4c28171 100644
--- a/waftools/detections/devices.py
+++ b/waftools/detections/devices.py
@@ -4,6 +4,7 @@ __cdrom_devices_map__ = {
'darwin': '/dev/disk1',
'freebsd': '/dev/cd0',
'openbsd': '/dev/rcd0c',
+ 'linux': '/dev/sr0',
'default': '/dev/cdrom'
}
@@ -13,6 +14,7 @@ __dvd_devices_map__ = {
'darwin': '/dev/rdiskN',
'freebsd': '/dev/cd0',
'openbsd': '/dev/rcd0c',
+ 'linux': '/dev/sr0',
'default': '/dev/dvd'
}