Skip to content
Snippets Groups Projects
Commit 33930d17 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

config: don't use /dev/vda2 for kvm guest, its not used since a long time

SVN-Revision: 40756
parent dce36465
No related branches found
No related tags found
No related merge requests found
...@@ -216,9 +216,8 @@ menu "Target Images" ...@@ -216,9 +216,8 @@ menu "Target Images"
config TARGET_ROOTFS_PARTNAME config TARGET_ROOTFS_PARTNAME
string "Root partition on target device" string "Root partition on target device"
depends on OLPC_BOOTSCRIPT_IMAGES || GRUB_IMAGES depends on OLPC_BOOTSCRIPT_IMAGES || GRUB_IMAGES
default "/dev/vda2" if TARGET_x86_kvm_guest
default "/dev/xvda2" if TARGET_x86_xen_domu 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 help
The root partition on the final device. If you don't know, The root partition on the final device. If you don't know,
you probably want the default (/dev/sda2). you probably want the default (/dev/sda2).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment