aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-07-07 09:52:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-07-07 09:52:41 -0300
commitbb933f4856a40b3f5e85221032a59699d52a065a (patch)
tree055a245bc994ade9b9d004951c60c1869b088c46
parent577545c434bead70faaef0574a634041d1be2a09 (diff)
downloadbootless-bb933f4856a40b3f5e85221032a59699d52a065a.tar.gz
bootless-bb933f4856a40b3f5e85221032a59699d52a065a.tar.bz2
Load raid module on bootfde
-rw-r--r--templates/grub.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/grub.cfg b/templates/grub.cfg
index b4c5198..530df33 100644
--- a/templates/grub.cfg
+++ b/templates/grub.cfg
@@ -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