Commit Graph

190 Commits

Author SHA1 Message Date
Karel Zak dbf5898fca docs: update v2.27-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-09-07 09:53:37 +02:00
Karel Zak 268a62bf38 docs: fix typo
Reported-by: Andreas Henriksson <andreas@fatal.se>
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-08-27 23:07:15 +02:00
Karel Zak eac8f358b7 docs: add notest about drone.io and travis-ci
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-08-27 16:04:42 +02:00
Karel Zak 5a2fee2def docs: update v2.27-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-08-24 12:37:13 +02:00
Karel Zak 6fe71fc2e8 docs: add hint about chfn & chsh bug and thanks to qualys
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-08-24 11:40:19 +02:00
Karel Zak ac09539c69 docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-08-19 15:27:02 +02:00
Karel Zak 9ac77b8a78 libmount: add support for "bind,ro"
Now it's necessary t use two mount(8) calls to create a read-only
mount:

  mount /foo /bar -o bind
  mount /bar -o remount,ro,bind

This patch allows to specify "bind,ro" and the remount is done
automatically by libmount by additional mount(2) syscall. It's not
atomic of course.

Signed-off-by: Karel Zak <kzak@redhat.com>
2015-08-17 11:54:26 +02:00
Karel Zak 5b7be9900a docs: add lsblk vs. btrfs to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-08-13 11:49:20 +02:00
Karel Zak f19c632804 docs: add mount --namespace to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-08-13 11:41:49 +02:00
Karel Zak 2c6567799d build-sys: add --disable-assert
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-08-04 13:40:44 +02:00
Benno Schulenberg c3a68a8f67 docs: fix some grammar and punctuation in the 2.27 release notes
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2015-08-03 11:19:05 +02:00
Karel Zak 5eb470aa7f docs: add v2.27-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-07-31 12:06:38 +02:00
Sami Kerola 14867b0f72 reset: deprecate the script, and remove reset.033c
Most distributions probably ship reset from ncurses, which means
util-linux reset(1) is unlikely to be in use anywhere.  Assuming the
previous being true it is almost unimaginable anyone one would be using
the alternative script, so remove it and mark the script deprecated.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2015-06-29 12:06:22 +02:00
Sami Kerola 0688911ad4 last-deprecated: remove from source tree
The last/lastb(1) from sysvinit has been around for about two years,
and the better implementation is already part of releases 2.24 to 2.26.
It should be safe to remove the unused last code from the source tree.

Reference: ce60272039
Signed-off-by: Sami Kerola <sami.kerola@lastminute.com>
2015-06-29 12:05:39 +02:00
Karel Zak 6ddccd0d6e docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-05-19 14:40:42 +02:00
Karel Zak 628a4efa27 docs: fix TODO typos
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-04-28 14:04:15 +02:00
Karel Zak f7fdd3da3f docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-04-28 14:00:28 +02:00
Karel Zak d7030b0441 docs: document --exclude for tests
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-03-26 13:00:24 +01:00
Ruediger Meier f1e744f283 tests: add documentation about environment variables
Introduced in 8e3ac29e, now advertised :)

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
2015-03-26 12:17:39 +01:00
Karel Zak 6a7a5eac34 docs: remove obsolete things from TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-03-25 16:09:32 +01:00
Ruediger Meier 3f8478a71c tailf: deprecated
We want to remove it in 2 years, March 2017.

See discussion "tailf, really needed?"
http://thread.gmane.org/gmane.linux.utilities.util-linux-ng/10967

[kzak@redhat.com: - move warning to usage()]

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-03-16 14:26:47 +01:00
Karel Zak 342172b24d docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-02-27 14:46:43 +01:00
Karel Zak 85589c4c49 docs: add terminal-colors requests to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-02-19 14:31:02 +01:00
Karel Zak 559e84b055 docs: update v2.26-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-02-19 13:10:10 +01:00
Karel Zak 4e3b32eb8f docs: add cfdisk auto-sort to TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-02-19 11:56:11 +01:00
Karel Zak 8d231463ce docs: update v2.26-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-02-04 11:48:33 +01:00
Karel Zak 0e4254f42c docs: add new cfdisk request to TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-02-03 11:22:21 +01:00
Yuri Chornoivan 6e834d67ee textual: fix various minor typos 2015-01-26 11:38:38 +01:00
Benno Schulenberg 8701ac3083 docs: fix grammar and punctuation and typos in 2.26 release notes
Also trim some trailing whitespace.

Reviewed-by: Peter Cordes <peter@cordes.ca>
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2015-01-26 11:09:56 +01:00
Karel Zak f0b24d019e docs: fix typos
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-01-14 20:39:52 +01:00
Karel Zak dec14209b5 docs: update v2.26-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-01-14 12:50:18 +01:00
Karel Zak bc8fce86e7 docs: add TODO entry for libblkid
Signed-off-by: Karel Zak <kzak@redhat.com>
2015-01-14 10:59:56 +01:00
Sami Kerola 5de50f26fc docs: add howto-pull-request.txt
Reference: http://comments.gmane.org/gmane.linux.utilities.util-linux-ng/10431
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2015-01-07 21:57:44 +00:00
Sami Kerola 7f9916c21e docs: small improvements to howto-contribute.txt
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2015-01-07 21:57:44 +00:00
Karel Zak a3c9c674c5 docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2014-12-02 11:09:31 +01:00
Karel Zak dc43cb6a5b docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2014-11-28 13:29:15 +01:00
Karel Zak 68e422ecae docs: update info about env debug variables
Signed-off-by: Karel Zak <kzak@redhat.com>
2014-11-03 13:13:54 +01:00
Karel Zak 2ceaf42a2d docs: remove obsolete READMEs for (s)fdisk 2014-10-23 11:35:18 +02:00
Karel Zak 65c3359633 docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2014-10-22 10:34:09 +02:00
Karel Zak 04c107ebeb docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2014-10-21 14:24:00 +02:00
Karel Zak 35ce145f6a sfdisk: add deprecated --Linux
The sfdisk does not care about compatibility with classic DOS
partitioning, and it does not warn about incompatibility with DOS at
all. It means that --Linux is default and it's unnecessary to use
this option.

It's the same situation like with "--unit S", these options are very
probably often used in scripts, and these all is default now. So for
backward compatibility new sfdisk accepts these options on command
line, but prints "option is deprecated" warning message.

Signed-off-by: Karel Zak <kzak@redhat.com>
2014-10-07 14:55:32 +02:00
Karel Zak d420a7f9f6 sfdisk: add --unit and --show-geometry, update deprecated.txt
Signed-off-by: Karel Zak <kzak@redhat.com>
2014-10-07 14:55:32 +02:00
Karel Zak 8d72c980f5 docs: add swapon -o to TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
2014-10-02 15:53:34 +02:00
Karel Zak 426ee7cb78 docs: update TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
2014-07-29 13:17:35 +02:00
Karel Zak fdd3a12644 docs: update v2.25-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2014-07-22 11:11:01 +02:00
Benno Schulenberg cfbebb2905 docs: improve the wording and conventions in the man-page howto
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
2014-07-17 14:00:52 +02:00
Karel Zak 8a2ab0eee8 docs: update v2.25-ReleaseNotes
Signed-off-by: Karel Zak <kzak@redhat.com>
2014-07-02 11:38:19 +02:00
Karel Zak a6c6662d7c swapon: mark --sumarry as deprecated
Signed-off-by: Karel Zak <kzak@redhat.com>
2014-06-30 11:03:12 +02:00
Karel Zak 6d4774b0d4 docs: add note about lsblk
Signed-off-by: Karel Zak <kzak@redhat.com>
2014-06-25 14:04:20 +02:00
Karel Zak 505dedfec4 docs: fix minor things in man-page howto
Signed-off-by: Karel Zak <kzak@redhat.com>
2014-06-25 13:21:15 +02:00