config: use PARTUUID by default on x86_64
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43086
This commit is contained in:
parent
2ab0dae991
commit
1eb6640612
@ -268,10 +268,11 @@ menu "Target Images"
|
|||||||
string "Root partition on target device"
|
string "Root partition on target device"
|
||||||
depends on OLPC_BOOTSCRIPT_IMAGES || GRUB_IMAGES
|
depends on OLPC_BOOTSCRIPT_IMAGES || GRUB_IMAGES
|
||||||
default "/dev/xvda2" if TARGET_x86_xen_domu
|
default "/dev/xvda2" if TARGET_x86_xen_domu
|
||||||
default "/dev/sda2" if ! TARGET_x86_xen_domu
|
default "/dev/sda2" if TARGET_x86 && ! TARGET_x86_xen_domu
|
||||||
help
|
help
|
||||||
The root partition on the final device. If you don't know,
|
Override the root partition on the final device. If left empty,
|
||||||
you probably want the default (/dev/sda2).
|
it will be mounted by PARTUUID which makes the kernel find the
|
||||||
|
appropriate disk automatically.
|
||||||
|
|
||||||
|
|
||||||
menuconfig TARGET_ROOTFS_INCLUDE_KERNEL
|
menuconfig TARGET_ROOTFS_INCLUDE_KERNEL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user