]> git.ipfire.org Git - thirdparty/util-linux.git/commit
sfdisk: add deprecated --Linux
authorKarel Zak <kzak@redhat.com>
Thu, 18 Sep 2014 09:56:49 +0000 (11:56 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 7 Oct 2014 12:55:32 +0000 (14:55 +0200)
commit35ce145f6adc8ca15555bf976fd69af41879e161
tree8d5b755b5db6dcf84fb62714734e1ca04694684d
parentf0edb076ed1cfbad293c94d15e2c340a3975b85b
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>
Documentation/deprecated.txt
disk-utils/sfdisk.c