Go to file
Karel Zak 4459245fa3 mkfs: mark this wrapper as DEPRECATED
Theodore Ts'o:

 I'll add that I've never been convinced that the mkfs front end is all
 that useful.  It's probably better for people to explicitly run
 /sbin/mkfs.xfs, /sbin/mkfs.ext4, etc.., so you don't have to worry
 about which options get passed down to the file system specific mkfs
 program, and which ones are interpreted by /sbin/mkfs --- and I don't
 believe /sbin/mkfs adds enough (err, any?) value that using
 "/sbin/mkfs -t xxx" vs "/sbin/mkfs.xxx" makes any sense whatsoever.

... and I absolutely agree.

Reported-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Karel Zak <kzak@redhat.com>
2014-02-21 12:04:18 +01:00
Documentation mkfs: mark this wrapper as DEPRECATED 2014-02-21 12:04:18 +01:00
bash-completion fallocate: add --verbose, clean up usage() 2014-02-14 14:37:51 +01:00
config build-sys: inform gtk-doc about __ul_attribute__ 2013-03-15 14:58:08 +01:00
disk-utils mkfs: mark this wrapper as DEPRECATED 2014-02-21 12:04:18 +01:00
fdisks fdisk: fix usage(), -l [<disk>] 2013-11-19 18:30:40 +01:00
include lib/color: add colorscheme parser 2014-02-10 14:50:12 +01:00
lib lib/color: add colorscheme parser 2014-02-10 14:50:12 +01:00
libblkid libblkid: add extra checks to XFS prober 2014-02-19 13:27:56 +01:00
libfdisk libfdisk: (dos) warn on type 0 2013-11-27 22:04:10 +01:00
libmount libmount: FS id and parent ID could be zero 2014-02-20 16:59:11 +01:00
libuuid COPYING: fix grammar of referring phrase, and indicate location better 2013-10-08 15:38:39 +02:00
login-utils su: don't use kill(0, ...) when propagate signal 2014-02-17 13:22:30 +01:00
m4 build-sys: improbe UL_CONFLICT_BUILD macro 2013-08-12 12:59:22 +02:00
misc-utils libmount: FS id and parent ID could be zero 2014-02-20 16:59:11 +01:00
mount-deprecated docs: standardize the phrases for --help and --version in all man pages 2013-10-15 10:28:30 +02:00
po po: add '--no-wrap' to msgmerge, to not wrap long message lines 2014-01-06 08:33:12 +01:00
schedutils ionice: add the way to specify the target processes with pgid and uid 2014-02-17 11:44:12 +01:00
sys-utils fallocate: fix missing sentinel for is_nul() 2014-02-19 14:26:52 +01:00
term-utils scriptreplay: Add --maxdelay option. 2014-02-10 19:24:28 +01:00
tests build-sys: enable parallel tests for make check 2014-02-17 15:07:41 +01:00
text-utils more: improve formatting and wording of man page and help text 2014-02-21 11:57:05 +01:00
tools tools: add usage information to checkconfig.sh 2014-02-17 14:04:35 +01:00
.gitignore nologin: add new command 2013-09-30 13:36:26 +02:00
AUTHORS docs: update AUTHORS file 2013-10-11 13:03:13 +02:00
COPYING docs: corrections to FSF license files, and postal address 2012-02-24 14:13:35 +01:00
ChangeLog build-sys: use AUTOMAKE_OPTIONS = gnu 2011-05-26 15:04:01 +02:00
Makefile.am build-sys: install pylibmount into 2013-08-19 15:24:33 +02:00
NEWS build-sys: release++ (v2.24) 2013-10-21 14:46:27 +02:00
README docs: update links to http://git.kernel.org/ web repository views 2013-11-12 11:47:57 +01:00
README.licensing COPYING: fix grammar of referring phrase, and indicate location better 2013-10-08 15:38:39 +02:00
autogen.sh build-sys: remove unnecessary environment variable 2013-08-23 10:58:34 +02:00
configure.ac build-sys: fstrim depends on libmount 2014-01-17 15:01:49 +01:00

README

                                  util-linux

              util-linux is a random collection of Linux utilities

     Note that in years 2006-2010 this project used the name "util-linux-ng".

MAILING LIST:

      E-MAIL: util-linux@vger.kernel.org
      URL:    http://vger.kernel.org/vger-lists.html#util-linux


DOWNLOAD:

      ftp://ftp.kernel.org/pub/linux/utils/util-linux/


SOURCE CODE:

      Web interface:
          http://git.kernel.org/cgit/utils/util-linux/util-linux.git
          https://github.com/karelzak/util-linux
      Checkout:
          git clone git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git util-linux


NLS (PO TRANSLATIONS):

      PO files are maintained by:
          http://translationproject.org/domain/util-linux.html


VERSION SCHEMA:

      Standard releases:

          <major>.<minor>[.<maint>[.<bugfix>]]

             major = fatal and deep changes
             minor = typical release with new features
             maint = maintenance releases; bug fixes only
             bugfix = unplanned releases for critical/security bugs

      Development releases:

         <major>.<minor>-rc<N>