aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
Diffstat (limited to 'archival')
-rw-r--r--archival/Config.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/archival/Config.in b/archival/Config.in
index b00bf2218..f6d3bee2e 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -42,7 +42,7 @@ config CONFIG_BUNZIP2
42 bool "bunzip2" 42 bool "bunzip2"
43 default n 43 default n
44 help 44 help
45 bunzip2 is an compression utility using the Burrows-Wheeler block 45 bunzip2 is a compression utility using the Burrows-Wheeler block
46 sorting text compression algorithm, and Huffman coding. Compression 46 sorting text compression algorithm, and Huffman coding. Compression
47 is generally considerably better than that achieved by more 47 is generally considerably better than that achieved by more
48 conventional LZ77/LZ78-based compressors, and approaches the 48 conventional LZ77/LZ78-based compressors, and approaches the
@@ -93,7 +93,7 @@ config CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY
93 default n 93 default n
94 depends on CONFIG_DPKG_DEB 94 depends on CONFIG_DPKG_DEB
95 help 95 help
96 This reduced dpkg-deb to the equivalent of "ar -p <deb> data.tar.gz | tar -zx". 96 This reduces dpkg-deb to the equivalent of "ar -p <deb> data.tar.gz | tar -zx".
97 However it saves space as none of the extra dpkg-deb, ar or tar options are 97 However it saves space as none of the extra dpkg-deb, ar or tar options are
98 needed, they are linked to internally. 98 needed, they are linked to internally.
99 99
@@ -104,7 +104,7 @@ config CONFIG_FEATURE_DEB_TAR_GZ
104 help 104 help
105 This is the default compression method inside the debian ar file. 105 This is the default compression method inside the debian ar file.
106 106
107 If you want compatability with standard .deb's you should say yes here. 107 If you want compatibility with standard .deb's you should say yes here.
108 108
109config CONFIG_FEATURE_DEB_TAR_BZ2 109config CONFIG_FEATURE_DEB_TAR_BZ2
110 bool " bzip2 debian packages" 110 bool " bzip2 debian packages"
@@ -114,7 +114,7 @@ config CONFIG_FEATURE_DEB_TAR_BZ2
114 This allows dpkg and dpkg-deb to extract deb's that are compressed internally 114 This allows dpkg and dpkg-deb to extract deb's that are compressed internally
115 with bzip2 instead of gzip. 115 with bzip2 instead of gzip.
116 116
117 You only want this is your are creating your own custom debian packages that 117 You only want this if you are creating your own custom debian packages that
118 use an internal control.tar.bz2 or data.tar.bz2. 118 use an internal control.tar.bz2 or data.tar.bz2.
119 119
120config CONFIG_GUNZIP 120config CONFIG_GUNZIP
@@ -130,7 +130,7 @@ config CONFIG_FEATURE_GUNZIP_UNCOMPRESS
130 default n 130 default n
131 depends on CONFIG_GUNZIP 131 depends on CONFIG_GUNZIP
132 help 132 help
133 If you want gunzip to have the ability to decompress 133 Enable if you want gunzip to have the ability to decompress
134 archives created by the program compress (not much 134 archives created by the program compress (not much
135 used anymore). 135 used anymore).
136 136
@@ -139,7 +139,7 @@ config CONFIG_GZIP
139 default n 139 default n
140 help 140 help
141 gzip is used to compress files. 141 gzip is used to compress files.
142 It's probably the most used UNIX compression program. 142 It's probably the most widely used UNIX compression program.
143 143
144config CONFIG_RPM2CPIO 144config CONFIG_RPM2CPIO
145 bool "rpm2cpio" 145 bool "rpm2cpio"
@@ -151,14 +151,14 @@ config CONFIG_RPM
151 bool "rpm" 151 bool "rpm"
152 default n 152 default n
153 help 153 help
154 Mini RPM applet - querys and extracts 154 Mini RPM applet - queries and extracts
155 155
156config CONFIG_TAR 156config CONFIG_TAR
157 bool "tar" 157 bool "tar"
158 default n 158 default n
159 help 159 help
160 tar is an archiving program. It's commonly used with gzip to 160 tar is an archiving program. It's commonly used with gzip to
161 create compressed archives. It's probably the most used 161 create compressed archives. It's probably the most widely used
162 UNIX archive program. 162 UNIX archive program.
163 163
164config CONFIG_FEATURE_TAR_CREATE 164config CONFIG_FEATURE_TAR_CREATE
@@ -198,8 +198,8 @@ config CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY
198 default N 198 default N
199 depends on CONFIG_TAR 199 depends on CONFIG_TAR
200 help 200 help
201 This option is required to unpack archives created with 201 This option is required to unpack archives created in
202 in the old GNU format, help to kill this old format by 202 the old GNU format; help to kill this old format by
203 repacking your ancient archives with the new format. 203 repacking your ancient archives with the new format.
204 204
205config CONFIG_FEATURE_TAR_GNU_EXTENSIONS 205config CONFIG_FEATURE_TAR_GNU_EXTENSIONS