Magellan Linux

Diff of /trunk/initscripts/busybox/rc/rc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1831 by niro, Thu Apr 19 15:21:42 2012 UTC revision 1832 by niro, Tue Jun 26 16:42:54 2012 UTC
# Line 136  then Line 136  then
136    
137   # if requested save devices to a device tarball before halt   # if requested save devices to a device tarball before halt
138   # only for kernels >=2.6 *and* udev   # only for kernels >=2.6 *and* udev
139   # make shure that udev is mounted but *not* devfs --> /dev/.devfsd   # make sure that udev is mounted but *not* devfs --> /dev/.devfsd
140   if [[ ${RC_DEVICE_TARBALL} = yes ]] && \   if [[ ${RC_DEVICE_TARBALL} = yes ]] && \
141   [ -e /dev/.udev -a ! -e /dev/.devfsd -a ! -e /.bootdev ]   [ -e /dev/.udev -a ! -e /dev/.devfsd -a ! -e /.bootdev ]
142   then   then

Legend:
Removed from v.1831  
changed lines
  Added in v.1832