]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
Generate rootfs finding stuff when using raid, too. (glen)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 17 Jan 2006 21:29:55 +0000 (21:29 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 17 Jan 2006 21:29:55 +0000 (21:29 +0000)
svn-id: @6833

geninitrd

index a832e203f79443dc861ed2c9eca650dc4a89d938..8b26cca496d19a11ffa5ebaf0b47d1cf5a546dc7 100755 (executable)
--- a/geninitrd
+++ b/geninitrd
@@ -1285,6 +1285,8 @@ elif is_yes "$USERAIDSTART" && is_yes "$raidfound" ; then
        initrd_gen_softraid
        if is_yes "$uselvm" ; then
                initrd_gen_lvm
+       else
+               initrd_gen_procdata
        fi
 elif is_yes "$uselvm" ; then
        initrd_gen_lvm
This page took 0.048145 seconds and 4 git commands to generate.