Author: jow
Date: 2014-10-27 15:35:39 +0100 (Mon, 27 Oct 2014)
New Revision: 43086

Modified:
   trunk/config/Config-images.in
Log:
config: use PARTUUID by default on x86_64

Signed-off-by: Jo-Philipp Wich <[email protected]>

Modified: trunk/config/Config-images.in
===================================================================
--- trunk/config/Config-images.in       2014-10-27 11:22:41 UTC (rev 43085)
+++ trunk/config/Config-images.in       2014-10-27 14:35:39 UTC (rev 43086)
@@ -268,10 +268,11 @@
                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
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to