Commit 98b613b1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Linux: update default optical disk paths

parent af17ddcd
......@@ -777,8 +777,8 @@ static const char *const ppsz_prefres[] = {
# define DVD_DEVICE "/dev/cd0c"
# define CD_DEVICE "/dev/cd0c"
# elif defined(__linux__)
# define DVD_DEVICE "/dev/dvd1"
# define CD_DEVICE "/dev/cdrom1"
# define DVD_DEVICE "/dev/sr0"
# define CD_DEVICE "/dev/sr0"
# else
# define DVD_DEVICE "/dev/dvd"
# define CD_DEVICE "/dev/cdrom"
......
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