On 06/05/2009 04:43 PM, David Dillow wrote:
On Fri, 2009-06-05 at 13:56 +0200, Seewer Philippe wrote:
cat and grep just bloat the initrd, this patch removes dependencies on them.
+incol2 /proc/filesystems nfs || modprobe nfs || exit 1
+incol2 /proc/filesystems nfs4 || modprobe nfs || exit 1
While I prefer the conditional list syntax, there has been push back on
IRC about using it. Consider if xxx then, ugly as it may be.
I would accept that style, but not:
cmd1 && { a; b; c; } || { d; e; f && { g; h; i;}}
--
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