From 74c8852ab3c49171fcfd89a26be887b3359546ba Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 13 May 2014 12:55:32 +0000 Subject: [PATCH] AA: x86: don't use /dev/vda2 for kvm guest, its not used since a long time Signed-off-by: Jo-Philipp Wich SVN-Revision: 40757 --- target/linux/x86/image/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/x86/image/Config.in b/target/linux/x86/image/Config.in index 08880e5803..4fb3ca282d 100644 --- a/target/linux/x86/image/Config.in +++ b/target/linux/x86/image/Config.in @@ -98,9 +98,8 @@ config TARGET_KERNEL_PARTSIZE config TARGET_ROOTFS_PARTNAME string "Root partition on target device" depends OLPC_BOOTSCRIPT_IMAGES || X86_GRUB_IMAGES - default "/dev/vda2" if TARGET_x86_kvm_guest default "/dev/xvda2" if TARGET_x86_xen_domu - default "/dev/sda2" if ! (TARGET_x86_kvm_guest || TARGET_x86_xen_domu) + default "/dev/sda2" if ! TARGET_x86_xen_domu help The root partition on the final device. If you don't know, you probably want the default (/dev/sda2). -- 2.30.2