From fb576450cc8d34ab447fa7c613daf10ed3140ab5 Mon Sep 17 00:00:00 2001 From: Kim Date: Thu, 16 Mar 2017 13:09:30 +0100 Subject: update grub raid boot --- scripts/vyatta-grub-setup | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts') 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 "" -- cgit v1.2.3