From bb933f4856a40b3f5e85221032a59699d52a065a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Jul 2016 09:52:41 -0300 Subject: Load raid module on bootfde --- templates/grub.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 [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 -- cgit v1.2.3