source: postlfs/filesystems/gptfdisk.xml@ 9a94bef

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9a94bef was 9a94bef, checked in by Pierre Labastie <pieere@…>, 6 years ago
  • Change the patch for gptfdisk, so that it does not use icu

-Fix dates in changelog

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20095 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gptfdisk-download-http "&sourceforge-dl;/gptfdisk/gptfdisk-&gptfdisk-version;.tar.gz">
8 <!ENTITY gptfdisk-download-ftp " ">
9 <!ENTITY gptfdisk-md5sum "07b625a583b66c8c5840be5923f3e3fe">
10 <!ENTITY gptfdisk-size "195 KB">
11 <!ENTITY gptfdisk-buildsize "3.1 MB">
12 <!ENTITY gptfdisk-time "less than 0.1 SBU">
13]>
14
15<sect1 id="gptfdisk" xreflabel="gptfdisk-&gptfdisk-version;">
16 <?dbhtml filename="gptfdisk.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gptfdisk-&gptfdisk-version;</title>
24
25 <indexterm zone="gptfdisk">
26 <primary sortas="a-gptfdisk">gptfdisk</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gptfdisk</title>
31
32 <para>
33 The <application>gptfdisk</application> package is a set of programs for
34 creation and maintenance of GUID Partition Table (GPT) disk drives. A
35 GPT partitioned disk is required for drives greater than 2 TB and is a
36 modern replacement for legacy PC-BIOS partitioned disk drives that use a
37 Master Boot Record (MBR). The main program, <command>gdisk</command>,
38 has an inteface similar to the classic <command>fdisk</command> program.
39 </para>
40
41 &lfs82_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>Download (HTTP): <ulink url="&gptfdisk-download-http;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download (FTP): <ulink url="&gptfdisk-download-ftp;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download MD5 sum: &gptfdisk-md5sum;</para>
53 </listitem>
54 <listitem>
55 <para>Download size: &gptfdisk-size;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated disk space required: &gptfdisk-buildsize;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated build time: &gptfdisk-time;</para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
66 <itemizedlist spacing='compact'>
67 <listitem>
68 <para>Recommended patch: <ulink
69 url="&patch-root;/gptfdisk-&gptfdisk-version;-convenience-2.patch"/></para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">gptfdisk Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="popt"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="icu"/>
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url="&blfs-wiki;/gptdisk"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of gptfdisk</title>
92
93 <para>
94 The <application>gptfdisk</application> package comes with a
95 rudimentary <filename>Makefile</filename>. First we update it
96 to provide a simple build and install interface.
97 Install <application>gptfdisk</application> by running the following
98 commands:
99 </para>
100
101<screen><userinput>patch -Np1 -i ../gptfdisk-&gptfdisk-version;-convenience-2.patch &amp;&amp;
102make</userinput></screen>
103
104 <para>This package does not come with a test suite.</para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111 </sect2>
112
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
116 <para>
117 <command>patch -Np1 ...</command>: This patch modifies the
118 <filename>Makefile</filename> file so that it provides an
119 <quote>install</quote> target.
120 </para>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129
130 <seglistitem>
131 <seg>
132 cgdisk, gdisk, fixparts, and sgdisk
133 </seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="cgdisk">
143 <term><command>cgdisk</command></term>
144 <listitem>
145 <para>is an ncurses-based tool for
146 manipulating GPT partitions.</para>
147 <indexterm zone="gptfdisk cgdisk">
148 <primary sortas="b-cgdisk">cgdisk</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="gdisk">
154 <term><command>gdisk</command></term>
155 <listitem>
156 <para>is an interactive text-mode tool
157 for manipulating GPT partitions.</para>
158 <indexterm zone="gptfdisk gdisk">
159 <primary sortas="b-gdisk">gdisk</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="fixparts">
165 <term><command>fixparts</command></term>
166 <listitem>
167 <para>repairs mis-formatted MBR based disk partitions.</para>
168 <indexterm zone="gptfdisk fixparts">
169 <primary sortas="b-fixparts">fixparts</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="sgdisk">
175 <term><command>sgdisk</command></term>
176 <listitem>
177 <para>is a partition manipulation program for
178 GPT partitions similar to <command>sfdisk</command>.</para>
179 <indexterm zone="gptfdisk sgdisk">
180 <primary sortas="b-sgdisk">sgdisk</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186 </sect2>
187</sect1>
Note: See TracBrowser for help on using the repository browser.