
* Martin Yazdzik yazdzik@nyct.net [20060903 05:15]:
On Sat, 02 Sep 2006 17:50:02 +0200, T wrote:
Currently grml does not provides the /dev/dvd link. I remember I read somewhere that merely adding a rule symlink to /etc/udev/rules.d/ will do.
But I just can't find it any more. Any one knows about how to do it?
# cd /etc/udev/rules.d/ # ln -s ../cd-aliases-generator.rules z75_cd-aliases-generator.rules
used to work, but with all the new udev stuff, I cannot be certain.
This was an issue with grml 0.7:
http://wiki.grml.org/doku.php?id=grml_0.7 - "symlink /dev/cdrom does not exist"
I just did /ln -s /dev/scd0 /dev/dvd and the file was already present in 0.8, whereas in 0.7 I had to run the command supra.
Yes, grml 0.8 does not suffer from this problem.
regards, -mika-