summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/vyatta-grub-setup5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/vyatta-grub-setup b/scripts/vyatta-grub-setup
index 63e3d987..879912ff 100755
--- a/scripts/vyatta-grub-setup
+++ b/scripts/vyatta-grub-setup
@@ -176,8 +176,9 @@ fi
if [ ${ROOT_PARTITION:0:2} = "md" ]; then
echo ""
- echo -e "insmod raid"
- echo -e "root ($ROOT_PARTITION)"
+ echo -e "insmod mdraid09"
+ echo -e "insmod mdraid1x"
+ echo -e "root (md/$ROOT_PARTITION)"
fi
echo ""