On Mon, 2009-06-01 at 04:30 -0500, Victor Lowther wrote: > On Mon, 2009-06-01 at 00:25 -0400, David Dillow wrote: > > --- a/modules.d/95resume/install > > +++ b/modules.d/95resume/install > > @@ -1,5 +1,4 @@ > > #!/bin/bash > > -dracut_install echo > > erm, not exactly. > > > --- a/modules.d/95resume/resume-genrules.sh > > +++ b/modules.d/95resume/resume-genrules.sh > > @@ -1,6 +1,8 @@ > > -resume=$(getarg resume=) && ! getarg noresume && { > > -( > > - /bin/echo -e 'KERNEL=="'${resume#/dev/}'", RUN+="/bin/echo %M:%m > /sys/power/resume"' > > - /bin/echo -e 'SYMLINK=="'${resume#/dev/}'", RUN+="/bin/echo %M:%m > /sys/power/resume"' > > -) >> /etc/udev/rules.d/99-resume.rules > > -} > > The real dependency is in the RUN+= part. Of course, and it is obvious. -ESLEEPY is my excuse. -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html