From 0aa4d99cfb96b8ca61c0524aefa3a77761a13e86 Mon Sep 17 00:00:00 2001 From: Kim Date: Thu, 16 Mar 2017 18:17:56 +0100 Subject: Update the root command for grub2 --- scripts/vyatta-grub-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/vyatta-grub-setup b/scripts/vyatta-grub-setup index 879912ff..f4c18f2c 100755 --- a/scripts/vyatta-grub-setup +++ b/scripts/vyatta-grub-setup @@ -178,7 +178,7 @@ fi echo "" echo -e "insmod mdraid09" echo -e "insmod mdraid1x" - echo -e "root (md/$ROOT_PARTITION)" + echo -e "set root=(md/$ROOT_PARTITION)" fi echo "" -- cgit v1.2.3