]> gitweb.fluxo.info Git - bootless.git/commitdiff
Load raid module on bootfde
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Jul 2016 12:52:41 +0000 (09:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Jul 2016 12:52:41 +0000 (09:52 -0300)
templates/grub.cfg

index b4c51985a8a70324092440e1c3b157c8f013ad90..530df332c3a954a752f611d4918c3fd7c2b0aeb0 100644 (file)
@@ -26,8 +26,9 @@ set menu_color_highlight=yellow/red
 # Usage: bootfde <volume> <kernel-version> [source] [target]
 #
 function bootfde {
-  # Loads lvm and luks modules you can access kernel and initrd from
+  # Loads raid, lvm and luks modules you can access kernel and initrd from
   # the inside your encrypted OS!
+  insmod mdraid1x
   insmod lvm
   insmod luks