projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dce3646
)
config: don't use /dev/vda2 for kvm guest, its not used since a long time
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 13 May 2014 12:52:58 +0000
(12:52 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 13 May 2014 12:52:58 +0000
(12:52 +0000)
SVN-Revision: 40756
config/Config-images.in
patch
|
blob
|
history
diff --git
a/config/Config-images.in
b/config/Config-images.in
index c9a75e4a07b6d179f1811e70df40d45d90ee7f63..01f23b2e5dbabaddd3d565a969be4996dc3ab6b0 100644
(file)
--- 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).