--- trunk/magellan-initscripts/etc/rc.d/init.d/rc 2004/12/13 22:52:07 3 +++ trunk/magellan-initscripts/etc/rc.d/init.d/rc 2004/12/13 23:24:11 10 @@ -212,7 +212,8 @@ # make shure that udev is mounted but *not* devfs --> /dev/.devfsd if [ "${RC_DEVICE_TARBALL}" = "yes" \ -a -e /dev/.udev \ - -a ! -e /dev/.devfsd ] + -a ! -e /dev/.devfsd \ + -a ! -e /.bootdev ] then echo -e ${COLOREDSTAR}"Saving /dev device nodes ..." cd /dev @@ -233,7 +234,8 @@ # make shure that udev is mounted but *not* devfs --> /dev/.devfsd if [ "${RC_DEVICE_TARBALL}" = "yes" \ -a -e /dev/.udev \ - -a ! -e /dev/.devfsd ] + -a ! -e /dev/.devfsd \ + -a ! -e /.bootdev ] then echo -e ${COLOREDSTAR}"Saving /dev device nodes ..." cd /dev