summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-05-13 12:52:58 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-05-13 12:52:58 +0000
commit33930d174512912d0f10a942dcd5b731283926af (patch)
treeae3a9aeae9aa561021c010f4f3aaac27d58ecf26 /config
parentdce36465ad4b17274d9256b8e39b6d877bb4beff (diff)
downloadmtk-20170518-33930d174512912d0f10a942dcd5b731283926af.zip
mtk-20170518-33930d174512912d0f10a942dcd5b731283926af.tar.gz
mtk-20170518-33930d174512912d0f10a942dcd5b731283926af.tar.bz2
config: don't use /dev/vda2 for kvm guest, its not used since a long time
SVN-Revision: 40756
Diffstat (limited to 'config')
-rw-r--r--config/Config-images.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/Config-images.in b/config/Config-images.in
index c9a75e4..01f23b2 100644
--- a/config/Config-images.in
+++ b/config/Config-images.in
@@ -216,9 +216,8 @@ menu "Target Images"
config TARGET_ROOTFS_PARTNAME
string "Root partition on target device"
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/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).