summaryrefslogtreecommitdiffstats
path: root/disk/gdisk/DETAILS
blob: 7946b6e97ecb0260de2b0fd94ce916ad2d35aee0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
           SPELL=gdisk
          SPELLX=gptfdisk
         VERSION=0.8.5
          SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELLX/$SOURCE
     SOURCE_HASH=sha512:d16038507bc5f0f5dd17888fb1508c9bd92d51d80e4a842d4868b4da3ed8799c96b66d21a68f58e5d94b69a7e5717b7c8985a44d51b16bcfbe9c992f5f79d2ad
        WEB_SITE=http://www.rodsbooks.com/gdisk/
         ENTERED=20091207
      LICENSE[0]=GPL
           SHORT="GUID partition table (GPT) manipulator for Linux and Unix"
cat << EOF
GPT  fdisk  (aka gdisk) is a text-mode menu-driven program for creation
and manipulation of partition tables. It will automatically convert  an
old-style  Master  Boot  Record  (MBR) partition table or BSD disklabel
stored without an MBR carrier partition to the  newer  Globally  Unique
Identifier  (GUID)  Partition  Table  (GPT) format, or will load a GUID
partition table. When used with the -l command-line option, the program
displays the current partition table and then exits.
EOF