OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gdisk
(Results
1 - 3
of
3
) sorted by null
/external/gptfdisk/
Makefile
14
all: cgdisk
gdisk
sgdisk fixparts
16
gdisk
: $(LIB_OBJS)
gdisk
.o gpttext.o
17
$(CXX) $(LIB_OBJS)
gdisk
.o gpttext.o $(LDFLAGS) -luuid -o
gdisk
18
# $(CXX) $(LIB_OBJS)
gdisk
.o gpttext.o $(LDFLAGS) -licuio -licuuc -luuid -o
gdisk
35
rm -f core *.o *~
gdisk
sgdisk cgdisk fixparts
gdisk_test.sh
2
# test
gdisk
and sgdisk by creating a dd file
22
# This script test
gdisk
commands through the following scenario:
34
# Create MBR partition table with fdisk and migrate it with
gdisk
36
GDISK_BIN=./
gdisk
47
# temp disk for testing
gdisk
111
gdisk
)
137
gdisk
)
164
gdisk
)
188
gdisk
)
212
gdisk
)
[
all
...]
current.spec
7
URL: http://www.rodsbooks.com/
gdisk
9
Source: http://www.rodsbooks.com/
gdisk
/gptfdisk-0.8.10.tar.gz
14
Partitioning software for GPT disks and to repair MBR disks. The
gdisk
,
15
cgdisk, and sgdisk utilities (in the
gdisk
package) are GPT-enabled
20
%package -n
gdisk
26
%description -n
gdisk
42
install -Dp -m0755
gdisk
$RPM_BUILD_ROOT/usr/sbin
46
install -Dp -m0644
gdisk
.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
gdisk
.8
54
%files -n
gdisk
[
all
...]
Completed in 86 milliseconds