projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d29d85
)
AA: x86: don't use /dev/vda2 for kvm guest, its not used since a long time
author
Jo-Philipp Wich
<
[email protected]
>
Tue, 13 May 2014 12:55:32 +0000
(12:55 +0000)
committer
Jo-Philipp Wich
<
[email protected]
>
Tue, 13 May 2014 12:55:32 +0000
(12:55 +0000)
Signed-off-by: Jo-Philipp Wich <
[email protected]
>
SVN-Revision: 40757
target/linux/x86/image/Config.in
patch
|
blob
|
history
diff --git
a/target/linux/x86/image/Config.in
b/target/linux/x86/image/Config.in
index 08880e5803351b21e13b59e93a39c325fb0e1489..4fb3ca282dac2d21c3f58bd17f030e203633ece8 100644
(file)
--- a/
target/linux/x86/image/Config.in
+++ b/
target/linux/x86/image/Config.in
@@
-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).