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
This commit is contained in:
parent
34d0a75a17
commit
1a0266be14
1 changed files with 1 additions and 2 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue