Re: [ANNOUNCE] udev 0.1 release

Joel Becker (Joel.Becker@oracle.com)
Fri, 11 Apr 2003 16:25:07 -0700


On Fri, Apr 11, 2003 at 12:58:43PM -0700, Greg KH wrote:
> > There's going to be a war over this naming, and that's why this is
> > hard.
>
> No, there isn't. That's what I am trying to completely avoid with udev.
> It will allow you to plug in whatever device naming scheme that you
> want.

And this is exactly what we can't have happen. If I am an
administrator, I don't want to have to write all my scripts to do:

if [ -f /etc/redhat-release ]
then
DISKPREFIX="/dev/disk"
elif [ -f /etc/unitedlinux-release ]
then
DISKPREFIX="/dev/disc"
elif [ -f /dev/volume0 ]
then
DISKPREFIX="/dev/volume"
elif
...

Please, let's not repeat GNOME/KDE, OpenLook/Motif,
mkinitrd/mkinitrd, etc for all our devices.

Joel

-- 

"Friends may come and go, but enemies accumulate." - Thomas Jones

Joel Becker Senior Member of Technical Staff Oracle Corporation E-mail: joel.becker@oracle.com Phone: (650) 506-8127 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/