Magellan Linux

Diff of /trunk/initscripts/sysvinit/rc/rc

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

revision 1831 by niro, Mon Apr 2 11:27:25 2012 UTC revision 1832 by niro, Tue Jun 26 16:42:54 2012 UTC
# Line 132  then Line 132  then
132    
133   # if requested save devices to a device tarball before halt   # if requested save devices to a device tarball before halt
134   # only for kernels >=2.6 *and* udev   # only for kernels >=2.6 *and* udev
135   # make shure that udev is mounted but *not* devfs --> /dev/.devfsd   # make sure that udev is mounted but *not* devfs --> /dev/.devfsd
136   if [[ ${RC_DEVICE_TARBALL} = yes ]] && \   if [[ ${RC_DEVICE_TARBALL} = yes ]] && \
137   [ -e /dev/.udev -a ! -e /dev/.devfsd -a ! -e /.bootdev ]   [ -e /dev/.udev -a ! -e /dev/.devfsd -a ! -e /.bootdev ]
138   then   then

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