On Tue, May 29, 2012 at 4:20 PM, Harald Hoyer <harald@xxxxxxxxxx> wrote: > Am 29.05.2012 10:06, schrieb Cong Wang: >> [ -f /etc/initrd-release ] && . /etc/initrd-release >> -[ -n "$VERSION" ] && vinfo "dracut-$VERSION" >> +[ -n "$VERSION" ] && echo "dracut-$VERSION" | vinfo >> >> source_conf /etc/conf.d >> > > Thanks! even simpler: > > -[ -n "$VERSION" ] && vinfo "dracut-$VERSION" > +[ -n "$VERSION" ] && info "dracut-$VERSION" Yeah.. please go ahead to commit it. This blocks my testing. Thanks! -- 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