Okay, looks like this one got eaten.

mkinitrd is now broken, but it's an easy fix.  Line 236 still has the old
style two arguments to findmodule:

--- mkinitrd.orig       Mon Aug 21 07:04:35 2000
+++ mkinitrd    Wed Aug 23 12:57:56 2000
@@ -233,7 +233,7 @@
 fi

 fs=$(awk '$2 == "/" { print $3 }' /etc/fstab)
-[ -n "$fs" -a "$fs" != "ext2" ] && findmodule "" $fs
+[ -n "$fs" -a "$fs" != "ext2" ] && findmodule $fs

 # check to see if we need to set up a loopback filesystem

 

-- 
Anton Graham                            GPG ID: 0x18F78541
<[EMAIL PROTECTED]>                 RSA key available upon request
 
Don't try to outweird me, three-eyes.  I get stranger things than you free
with my breakfast cereal." 
  -- Zaphod Beeblebrox [Douglas Adams, "Hithiker's Guide to the Galaxy"]


Reply via email to