Skip to content
Snippets Groups Projects
Commit 1eb66406 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

config: use PARTUUID by default on x86_64


Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 43086
parent 2ab0dae9
No related branches found
No related tags found
No related merge requests found
......@@ -268,10 +268,11 @@ menu "Target Images"
string "Root partition on target device"
depends on OLPC_BOOTSCRIPT_IMAGES || GRUB_IMAGES
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
The root partition on the final device. If you don't know,
you probably want the default (/dev/sda2).
Override the root partition on the final device. If left empty,
it will be mounted by PARTUUID which makes the kernel find the
appropriate disk automatically.
menuconfig TARGET_ROOTFS_INCLUDE_KERNEL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment