From 41fb047faebc34d5d286fc2c0e949f5aaca11a7b Mon Sep 17 00:00:00 2001 From: macmpi Date: Fri, 5 Jul 2019 23:05:01 +0200 Subject: [PATCH] Enable UUID mount support in berryboot.img busybox Makes it consistent with busybox-static (to similarly allow boot partition mount by UUID if need be, as available from bootdev statement in cmdline.txt) Note, this busibox.config still comes from legacy 0.28.x, although actual distribution used is 0.29.x: would need to line them-up too --- buildroot-2018.08/package/busybox/busybox.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-2018.08/package/busybox/busybox.config b/buildroot-2018.08/package/busybox/busybox.config index 46803f331..63498f5e7 100644 --- a/buildroot-2018.08/package/busybox/busybox.config +++ b/buildroot-2018.08/package/busybox/busybox.config @@ -644,7 +644,7 @@ CONFIG_MOUNT=y # CONFIG_FEATURE_MOUNT_FAKE is not set # CONFIG_FEATURE_MOUNT_VERBOSE is not set # CONFIG_FEATURE_MOUNT_HELPERS is not set -# CONFIG_FEATURE_MOUNT_LABEL is not set +CONFIG_FEATURE_MOUNT_LABEL=y # CONFIG_FEATURE_MOUNT_NFS is not set CONFIG_FEATURE_MOUNT_CIFS=y CONFIG_FEATURE_MOUNT_FLAGS=y