diff options
| author | Sven-Göran Bergh <sgb@systemasis.org> | 2013-07-31 15:57:59 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2013-07-31 15:57:59 +0200 |
| commit | 15d0a860e99307d50165588fa6cbb15cfc405e07 (patch) | |
| tree | 1ddcd8c5784473eddef2fe36ee59aa340890ed87 /util-linux/Config.src | |
| parent | 3b45801dc6e3484ffb2a86958fce587974842c6b (diff) | |
| download | busybox-w32-15d0a860e99307d50165588fa6cbb15cfc405e07.tar.gz busybox-w32-15d0a860e99307d50165588fa6cbb15cfc405e07.tar.bz2 busybox-w32-15d0a860e99307d50165588fa6cbb15cfc405e07.zip | |
volume_id: Adopt to new config style.
Config instructions for util-linux/volume_id are moved into the
source files according to the new config feature.
No code change.
Signed-off-by: Sven-Göran Bergh <sgb@systemasis.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.src')
| -rw-r--r-- | util-linux/Config.src | 246 |
1 files changed, 1 insertions, 245 deletions
diff --git a/util-linux/Config.src b/util-linux/Config.src index 6c1b928da..5a8b0063b 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src | |||
| @@ -699,250 +699,6 @@ config FEATURE_MTAB_SUPPORT | |||
| 699 | About the only reason to use this is if you've removed /proc from | 699 | About the only reason to use this is if you've removed /proc from |
| 700 | your kernel. | 700 | your kernel. |
| 701 | 701 | ||
| 702 | config VOLUMEID | 702 | source util-linux/volume_id/Config.in |
| 703 | bool #No description makes it a hidden option | ||
| 704 | default n | ||
| 705 | |||
| 706 | menu "Filesystem/Volume identification" | ||
| 707 | depends on VOLUMEID | ||
| 708 | |||
| 709 | config FEATURE_VOLUMEID_EXT | ||
| 710 | bool "Ext filesystem" | ||
| 711 | default y | ||
| 712 | depends on VOLUMEID | ||
| 713 | help | ||
| 714 | TODO | ||
| 715 | |||
| 716 | config FEATURE_VOLUMEID_BTRFS | ||
| 717 | bool "btrfs filesystem" | ||
| 718 | default y | ||
| 719 | depends on VOLUMEID | ||
| 720 | help | ||
| 721 | TODO | ||
| 722 | |||
| 723 | config FEATURE_VOLUMEID_REISERFS | ||
| 724 | bool "Reiser filesystem" | ||
| 725 | default y | ||
| 726 | depends on VOLUMEID | ||
| 727 | help | ||
| 728 | TODO | ||
| 729 | |||
| 730 | config FEATURE_VOLUMEID_FAT | ||
| 731 | bool "fat filesystem" | ||
| 732 | default y | ||
| 733 | depends on VOLUMEID | ||
| 734 | help | ||
| 735 | TODO | ||
| 736 | |||
| 737 | config FEATURE_VOLUMEID_EXFAT | ||
| 738 | bool "exFAT filesystem" | ||
| 739 | default y | ||
| 740 | depends on VOLUMEID | ||
| 741 | help | ||
| 742 | exFAT (extended FAT) is a proprietary file system designed especially | ||
| 743 | for flash drives. It has many features from NTFS, but with less | ||
| 744 | overhead. exFAT is used on most SDXC cards for consumer electronics. | ||
| 745 | |||
| 746 | config FEATURE_VOLUMEID_HFS | ||
| 747 | bool "hfs filesystem" | ||
| 748 | default y | ||
| 749 | depends on VOLUMEID | ||
| 750 | help | ||
| 751 | TODO | ||
| 752 | |||
| 753 | config FEATURE_VOLUMEID_JFS | ||
| 754 | bool "jfs filesystem" | ||
| 755 | default y | ||
| 756 | depends on VOLUMEID | ||
| 757 | help | ||
| 758 | TODO | ||
| 759 | |||
| 760 | ### config FEATURE_VOLUMEID_UFS | ||
| 761 | ### bool "ufs filesystem" | ||
| 762 | ### default y | ||
| 763 | ### depends on VOLUMEID | ||
| 764 | ### help | ||
| 765 | ### TODO | ||
| 766 | |||
| 767 | config FEATURE_VOLUMEID_XFS | ||
| 768 | bool "xfs filesystem" | ||
| 769 | default y | ||
| 770 | depends on VOLUMEID | ||
| 771 | help | ||
| 772 | TODO | ||
| 773 | |||
| 774 | config FEATURE_VOLUMEID_NILFS | ||
| 775 | bool "nilfs filesystem" | ||
| 776 | default y | ||
| 777 | depends on VOLUMEID | ||
| 778 | help | ||
| 779 | TODO | ||
| 780 | |||
| 781 | config FEATURE_VOLUMEID_NTFS | ||
| 782 | bool "ntfs filesystem" | ||
| 783 | default y | ||
| 784 | depends on VOLUMEID | ||
| 785 | help | ||
| 786 | TODO | ||
| 787 | |||
| 788 | config FEATURE_VOLUMEID_ISO9660 | ||
| 789 | bool "iso9660 filesystem" | ||
| 790 | default y | ||
| 791 | depends on VOLUMEID | ||
| 792 | help | ||
| 793 | TODO | ||
| 794 | |||
| 795 | config FEATURE_VOLUMEID_UDF | ||
| 796 | bool "udf filesystem" | ||
| 797 | default y | ||
| 798 | depends on VOLUMEID | ||
| 799 | help | ||
| 800 | TODO | ||
| 801 | |||
| 802 | config FEATURE_VOLUMEID_LUKS | ||
| 803 | bool "luks filesystem" | ||
| 804 | default y | ||
| 805 | depends on VOLUMEID | ||
| 806 | help | ||
| 807 | TODO | ||
| 808 | |||
| 809 | config FEATURE_VOLUMEID_LINUXSWAP | ||
| 810 | bool "linux swap filesystem" | ||
| 811 | default y | ||
| 812 | depends on VOLUMEID | ||
| 813 | help | ||
| 814 | TODO | ||
| 815 | |||
| 816 | ### config FEATURE_VOLUMEID_LVM | ||
| 817 | ### bool "lvm" | ||
| 818 | ### default y | ||
| 819 | ### depends on VOLUMEID | ||
| 820 | ### help | ||
| 821 | ### TODO | ||
| 822 | |||
| 823 | config FEATURE_VOLUMEID_CRAMFS | ||
| 824 | bool "cramfs filesystem" | ||
| 825 | default y | ||
| 826 | depends on VOLUMEID | ||
| 827 | help | ||
| 828 | TODO | ||
| 829 | |||
| 830 | ### config FEATURE_VOLUMEID_HPFS | ||
| 831 | ### bool "hpfs filesystem" | ||
| 832 | ### default y | ||
| 833 | ### depends on VOLUMEID | ||
| 834 | ### help | ||
| 835 | ### TODO | ||
| 836 | |||
| 837 | config FEATURE_VOLUMEID_ROMFS | ||
| 838 | bool "romfs filesystem" | ||
| 839 | default y | ||
| 840 | depends on VOLUMEID | ||
| 841 | help | ||
| 842 | TODO | ||
| 843 | |||
| 844 | config FEATURE_VOLUMEID_SQUASHFS | ||
| 845 | bool "SquashFS filesystem" | ||
| 846 | default y | ||
| 847 | depends on VOLUMEID && FEATURE_BLKID_TYPE | ||
| 848 | help | ||
| 849 | Squashfs is a compressed read-only filesystem for Linux. Squashfs is | ||
| 850 | intended for general read-only filesystem use and in constrained block | ||
| 851 | device/memory systems (e.g. embedded systems) where low overhead is | ||
| 852 | needed. | ||
| 853 | |||
| 854 | config FEATURE_VOLUMEID_SYSV | ||
| 855 | bool "sysv filesystem" | ||
| 856 | default y | ||
| 857 | depends on VOLUMEID | ||
| 858 | help | ||
| 859 | TODO | ||
| 860 | |||
| 861 | ### config FEATURE_VOLUMEID_MINIX | ||
| 862 | ### bool "minix filesystem" | ||
| 863 | ### default y | ||
| 864 | ### depends on VOLUMEID | ||
| 865 | ### help | ||
| 866 | ### TODO | ||
| 867 | |||
| 868 | ### These only detect partition tables - not used (yet?) | ||
| 869 | ### config FEATURE_VOLUMEID_MAC | ||
| 870 | ### bool "mac filesystem" | ||
| 871 | ### default y | ||
| 872 | ### depends on VOLUMEID | ||
| 873 | ### help | ||
| 874 | ### TODO | ||
| 875 | ### | ||
| 876 | ### config FEATURE_VOLUMEID_MSDOS | ||
| 877 | ### bool "msdos filesystem" | ||
| 878 | ### default y | ||
| 879 | ### depends on VOLUMEID | ||
| 880 | ### help | ||
| 881 | ### TODO | ||
| 882 | |||
| 883 | config FEATURE_VOLUMEID_OCFS2 | ||
| 884 | bool "ocfs2 filesystem" | ||
| 885 | default y | ||
| 886 | depends on VOLUMEID | ||
| 887 | help | ||
| 888 | TODO | ||
| 889 | |||
| 890 | ### config FEATURE_VOLUMEID_HIGHPOINTRAID | ||
| 891 | ### bool "highpoint raid" | ||
| 892 | ### default y | ||
| 893 | ### depends on VOLUMEID | ||
| 894 | ### help | ||
| 895 | ### TODO | ||
| 896 | |||
| 897 | ### config FEATURE_VOLUMEID_ISWRAID | ||
| 898 | ### bool "intel raid" | ||
| 899 | ### default y | ||
| 900 | ### depends on VOLUMEID | ||
| 901 | ### help | ||
| 902 | ### TODO | ||
| 903 | |||
| 904 | ### config FEATURE_VOLUMEID_LSIRAID | ||
| 905 | ### bool "lsi raid" | ||
| 906 | ### default y | ||
| 907 | ### depends on VOLUMEID | ||
| 908 | ### help | ||
| 909 | ### TODO | ||
| 910 | |||
| 911 | ### config FEATURE_VOLUMEID_VIARAID | ||
| 912 | ### bool "via raid" | ||
| 913 | ### default y | ||
| 914 | ### depends on VOLUMEID | ||
| 915 | ### help | ||
| 916 | ### TODO | ||
| 917 | |||
| 918 | ### config FEATURE_VOLUMEID_SILICONRAID | ||
| 919 | ### bool "silicon raid" | ||
| 920 | ### default y | ||
| 921 | ### depends on VOLUMEID | ||
| 922 | ### help | ||
| 923 | ### TODO | ||
| 924 | |||
| 925 | ### config FEATURE_VOLUMEID_NVIDIARAID | ||
| 926 | ### bool "nvidia raid" | ||
| 927 | ### default y | ||
| 928 | ### depends on VOLUMEID | ||
| 929 | ### help | ||
| 930 | ### TODO | ||
| 931 | |||
| 932 | ### config FEATURE_VOLUMEID_PROMISERAID | ||
| 933 | ### bool "promise raid" | ||
| 934 | ### default y | ||
| 935 | ### depends on VOLUMEID | ||
| 936 | ### help | ||
| 937 | ### TODO | ||
| 938 | |||
| 939 | config FEATURE_VOLUMEID_LINUXRAID | ||
| 940 | bool "linuxraid" | ||
| 941 | default y | ||
| 942 | depends on VOLUMEID | ||
| 943 | help | ||
| 944 | TODO | ||
| 945 | |||
| 946 | endmenu | ||
| 947 | 703 | ||
| 948 | endmenu | 704 | endmenu |
