LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   [current] udev and /dev/root (https://www.linuxquestions.org/questions/slackware-14/%5Bcurrent%5D-udev-and-dev-root-849919/)

conraid 12-13-2010 07:49 AM

[current] udev and /dev/root
 
in rc.udev there is this rules
Code:

echo 'ACTION=="!remove", SUBSYSTEM=="block", ENV{MAJOR}=="'$MAJORNUMBER'", ENV{MINOR}=="'$MINORNUMBER'", SYMLINK+="root"' > /dev/.udev/rules.d/61-dev-root-link.rules
but don't create symlink /dev/root, because there is a possible error in ACTION

with ACTION!="remove" it's ok

Code:

echo 'ACTION!="remove", SUBSYSTEM=="block", ENV{MAJOR}=="'$MAJORNUMBER'", ENV{MINOR}=="'$MINORNUMBER'", SYMLINK+="root"' > /dev/.udev/rules.d/61-dev-root-link.rules
This solution in italian forum
http://www.slacky.eu/forum/viewtopic.php?f=1&t=33458

Alien Bob 12-15-2010 02:27 AM

Hi Conraid

It's going to be fixed in the next batch of updates, thanks.

Eric

conraid 12-17-2010 02:52 AM

now it's ok
thanks


All times are GMT -5. The time now is 08:35 AM.