aboutsummaryrefslogtreecommitdiffstats
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
commitcee4147609ba7eddc2a0039159eaa86137c2c770 (patch)
treeaf7ae661b06c2ca9bc752360813075c412f123c6 /config
parentea9b4c45b4e0466ef4343ecea4c5be6d527e741c (diff)
downloadupstream-cee4147609ba7eddc2a0039159eaa86137c2c770.tar.gz
upstream-cee4147609ba7eddc2a0039159eaa86137c2c770.tar.bz2
upstream-cee4147609ba7eddc2a0039159eaa86137c2c770.zip
config: don't use /dev/vda2 for kvm guest, its not used since a long time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40756 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c9a75e4a07..01f23b2e5d 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).