Hello, I run Dell Inspiron F16 64b KDE
I have recently had an issue with my cdrom not having a link on startup and it has been solved but along the way I learned that the solution I have used may be being phased out and the following may replace it. Can you please show me how to solve my current cdrom issue with the new method.
My current solution
http://forums.fedoraforum.org/showthread.php?t=281436
I have created the following rc.local with in /etc/rc.d/ and made it executable which creates the cdrom link within /dev upon reboot.
#!/bin/sh
ln -s /dev/sr0 /dev/cdrom
exit 0
New hint of the same solution as shown
http://docs.fedoraproject.org/en-US/..._Sysadmin.html
MySQL and PostgreSQL have been updated to use native systemd unit files for startup, in place of the SysV-style init scripts. Can anyone please show me how to implement my solution above with this new method.
Many thanks in advance for your help.