X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=meta-openvuplus%2Frecipes-core%2Fbusybox%2Fbusybox-1.23.2%2Fmount_single_uuid.patch;fp=meta-openvuplus%2Frecipes-core%2Fbusybox%2Fbusybox-1.23.2%2Fmount_single_uuid.patch;h=9577c07f664d801b72db333efd1a535043d95d10;hp=0000000000000000000000000000000000000000;hb=0e035b5c497687d12dd707769e96474a94dd7da2;hpb=336ba0e3f01a851f6b0495cd82198a9d00b49298 diff --git a/meta-openvuplus/recipes-core/busybox/busybox-1.23.2/mount_single_uuid.patch b/meta-openvuplus/recipes-core/busybox/busybox-1.23.2/mount_single_uuid.patch new file mode 100644 index 0000000..9577c07 --- /dev/null +++ b/meta-openvuplus/recipes-core/busybox/busybox-1.23.2/mount_single_uuid.patch @@ -0,0 +1,13 @@ +Index: busybox-1.18.5/util-linux/mount.c +=================================================================== +--- busybox-1.18.5.orig/util-linux/mount.c ++++ busybox-1.18.5/util-linux/mount.c +@@ -1934,6 +1934,8 @@ int mount_main(int argc UNUSED_PARAM, ch + // "proc") or a full path from root + if (argv[0]) { + ++ // Check for UUID= or LABEL= entries too ++ resolve_mount_spec(&mtcur->mnt_fsname); + // Is this what we're looking for? + if (strcmp(argv[0], mtcur->mnt_fsname) != 0 + && strcmp(storage_path, mtcur->mnt_fsname) != 0