summaryrefslogtreecommitdiff
path: root/docs/v2.18-ReleaseNotes
AgeCommit message (Collapse)AuthorFilesLines
2010-06-30docs: update v2.18 ReleaseNotesKarel Zak1-0/+17
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-18docs: update v2.18 ReleaseNotesKarel Zak1-0/+34
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-16fdisk: extend -c and -u options to support old DOS stuffKarel Zak1-3/+3
The DOS mode and cylinders as display units are disabled by default now. For users who need old DOS behavior is it necessary to extend -c (compatibility) and -u (units) command line options. The change is backwardly compatible (so people who already uses -u and -c are not affected with this change). New form: -c[=<mode>] where <mode> is 'dos' or 'nondos' (default) -u[=<units>] where <units> is 'cylinders' or 'sectors' (default) For example old deprecated DOS behavior could be enabled by: fdisk -u=cylinders -c=dos /dev/sda Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-15fdisk: disable DOS mode and cylinders by defaultKarel Zak1-0/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-08docs: fix umount --fake note in ReleaseNotesKarel Zak1-1/+1
Reported-By: Miklos Szeredi <miklos@szeredi.hu> Signed-off-by: Karel Zak <kzak@redhat.com>
2010-06-07docs: update ReleaseNotesKarel Zak1-0/+413
Signed-off-by: Karel Zak <kzak@redhat.com>