From b5e91f26b2779178765b62df36421d97caa4cdd7 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Thu, 30 Jul 2015 13:56:27 -0700 Subject: busybox: support mount via label for btrfs and squashfs Also move the mount via label (and mount via UUID) support into its own config fragment and disable volume ID support for less common filesystem formats exFAT and NILFS. Following this commit, mount via label is supported for btrfs, ext, f2fs, fat and squashfs. Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox/mount-via-label.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/recipes-core/busybox/busybox/mount-via-label.cfg (limited to 'meta/recipes-core/busybox/busybox/mount-via-label.cfg') diff --git a/meta/recipes-core/busybox/busybox/mount-via-label.cfg b/meta/recipes-core/busybox/busybox/mount-via-label.cfg new file mode 100644 index 0000000000..2fe7ab2e5f --- /dev/null +++ b/meta/recipes-core/busybox/busybox/mount-via-label.cfg @@ -0,0 +1,9 @@ +CONFIG_BLKID=y +CONFIG_FEATURE_BLKID_TYPE=y +CONFIG_FEATURE_MOUNT_LABEL=y +CONFIG_VOLUMEID=y +CONFIG_FEATURE_VOLUMEID_BTRFS=y +CONFIG_FEATURE_VOLUMEID_EXT=y +CONFIG_FEATURE_VOLUMEID_F2FS=y +CONFIG_FEATURE_VOLUMEID_FAT=y +CONFIG_FEATURE_VOLUMEID_SQUASHFS=y -- cgit 1.2.3-korg