1 comment "gptfdisk needs a toolchain w/ wchar, C++"
2 depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR)
4 config BR2_PACKAGE_GPTFDISK
6 depends on BR2_INSTALL_LIBSTDCPP
7 depends on BR2_USE_WCHAR # util-linux
8 select BR2_PACKAGE_UTIL_LINUX
9 select BR2_PACKAGE_UTIL_LINUX_LIBUUID
10 select BR2_PACKAGE_GPTFDISK_GDISK if \
11 !(BR2_PACKAGE_GPTFDISK_SGDISK || BR2_PACKAGE_GPTFDISK_CGDISK)
13 GPT fdisk (consisting of the gdisk and sgdisk programs) is a
14 text-mode partitioning tool that works on Globally Unique Identifier
15 (GUID) Partition Table (GPT) disks, rather than on the more common
16 (through 2010) Master Boot Record (MBR) partition tables.
18 http://www.rodsbooks.com/gdisk/
20 if BR2_PACKAGE_GPTFDISK
22 config BR2_PACKAGE_GPTFDISK_GDISK
23 bool "interactive gdisk"
25 Install the interactive GUID partition table (GPT) manipulator
26 /usr/sbin/gdisk which is modelled after and quite similar in use
27 to the traditional MBR based fdisk tool.
29 config BR2_PACKAGE_GPTFDISK_SGDISK
30 bool "command line sgdisk"
31 select BR2_PACKAGE_POPT
33 Install the command-line GUID partition table (GPT) manipulator
34 /usr/sbin/sgdisk which is named after the traditional MBR based
35 sfdisk tool albeit with an entirely different option syntax.
37 config BR2_PACKAGE_GPTFDISK_CGDISK
39 select BR2_PACKAGE_NCURSES
40 select BR2_PACKAGE_NCURSES_WCHAR # needed because of UTF-16
41 depends on !(BR2_bfin && BR2_BINFMT_FLAT) # ncurses wchar support
43 Install the ncurses-based GUID partition table (GPT)
44 manipulator /usr/sbin/cgdisk.