]> git.ipfire.org Git - thirdparty/util-linux.git/commit
fdisk: use 'r' to return from MBR to GPT
authorKarel Zak <kzak@redhat.com>
Mon, 30 Sep 2019 11:11:17 +0000 (13:11 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 30 Sep 2019 11:11:17 +0000 (13:11 +0200)
commit5c1c594ee5a9c443d42f835337bbaf162671b258
treed5fa078b8b4841de348185019f0d20f35e416f7c
parent980a25f9c4b66165363909a83d14b7d7ee4de9d1
fdisk: use 'r' to return from MBR to GPT

The current code uses 'M' to switch between MBR and GPT, but it's not
intuitive to "go back" by 'M'. It seems more user-friendly to use 'r'
as in another places (for example when go from expert menu or from BRD
menu).

The 'M' to return to GPT is still supported for backward compatibility.

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