config: use PARTUUID by default on x86_64
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 27 Oct 2014 14:35:39 +0000 (14:35 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 27 Oct 2014 14:35:39 +0000 (14:35 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43086

config/Config-images.in

index eca2d75b01386dbc3dc68a68ea3c8f4c2479ac6e..5c2e79e41e4f8940c83b1ceec211fe2c32ed1f40 100644 (file)
@@ -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
                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
                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
 
 
        menuconfig TARGET_ROOTFS_INCLUDE_KERNEL