mkinitrd

initramfs generation script, supporting lvm2 and md
git clone https://code.djc.id.au/git/mkinitrd/
commit 6185b10734fd9790b116a9ffb1702ad8be920dac
parent 9c10d152462a92721f1e33a7c3dc648fae25c3c7
Author: Dan Callaghan <djc@djc.id.au>
Date:   Fri, 12 Nov 2010 21:50:05 +1000

initrd -> initramfs

Diffstat:
MREADME.markdown | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.markdown b/README.markdown
@@ -1,4 +1,4 @@
-This is my mkinitrd script, to generate an initrd image for booting systems 
+This is my mkinitrd script, to generate an initramfs image for booting systems 
 which use lvm2 on top of md.
 
 The code is largely inspired by/based upon 
@@ -16,4 +16,4 @@ Features:
       mdadm.conf (copied from the live filesystem)
     * lvm2's autodetection features are used
 * If something goes wrong, you get a bash shell (and an opportunity to fix it): 
-  this initrd is not suitable for noobs :-)
+  this initramfs image is not suitable for noobs :-)