AA: x86: don't use /dev/vda2 for kvm guest, its not used since a long time
[12.09/openwrt.git] / target / linux / x86 / image / Config.in
index 08880e5..4fb3ca2 100644 (file)
@@ -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).