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/