From 81e3c022e017be76d4f3eaf67cfd7ddba09e85be Mon Sep 17 00:00:00 2001 From: Wilfried Klaebe Date: Fri, 11 Nov 2016 15:50:00 +0200 Subject: x86: fix GRUB_ROOT for Xen subtarget Change grub's root device to xen/xvda,msdos1 for the x86_xen_domu target so that it will boot without further changes. Signed-off-by: Wilfried Klaebe [Jo-Philipp Wich: fixed and rebased patch from FS#264, added subject] Signed-off-by: Jo-Philipp Wich --- target/linux/x86/image/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/x86/image/grub.cfg') diff --git a/target/linux/x86/image/grub.cfg b/target/linux/x86/image/grub.cfg index f1a577c..acca036 100644 --- a/target/linux/x86/image/grub.cfg +++ b/target/linux/x86/image/grub.cfg @@ -3,7 +3,7 @@ set default="0" set timeout="@TIMEOUT@" -set root='(hd0,msdos1)' +set root='(@ROOT@)' menuentry "LEDE" { linux /boot/vmlinuz @CMDLINE@ noinitrd -- cgit v1.1