]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fdisk: add --noauto-pt
authorKarel Zak <kzak@redhat.com>
Tue, 24 Mar 2020 10:17:34 +0000 (11:17 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 24 Mar 2020 10:17:34 +0000 (11:17 +0100)
commitf2229320a9f79a414464958c4fb73b83aa20213e
tree5ca26385130ba08733bb181ae5770f739b8284c2
parentca6e434a7d2ee1110b70c0847c4cab1b22f94fb7
fdisk: add --noauto-pt

The default partition table depends on system arch, for example on
Sparc it's SUN and on x86_64 it's MBR. This option forces fdisk to
keep the device empty and allow user to create non-default PT in more
elegant way.

Addresses: https://github.com/karelzak/util-linux/pull/994
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/fdisk.8
disk-utils/fdisk.c