mkinitrd

initramfs generation script, supporting lvm2 and md
git clone https://code.djc.id.au/git/mkinitrd/
commit b5256dbfc29d0321f30ce08233933d6612082988
parent b275bb423dbc71d161c39db6e1819e80aa5623b3
Author: Dan Callaghan <djc@djc.id.au>
Date:   Mon, 13 Jun 2011 11:27:12 +1000

no need to make lvm be quiet

Diffstat:
Mmkinitrd.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mkinitrd.py b/mkinitrd.py
@@ -128,7 +128,7 @@ edo udevadm settle --timeout=1
 
 # set up some nice block devices to mount
 edo mdadm --quiet --assemble --scan
-edo vgchange --quiet -a y
+edo vgchange -a y
 
 # the important bit: mount root, and /usr if defined
 root_mounted=""