Home
last modified time | relevance | path

Searched refs:cgdisk (Results 1 – 7 of 7) sorted by relevance

/external/gptfdisk/
DMakefile12 all: cgdisk gdisk sgdisk fixparts
18 cgdisk: $(LIB_OBJS) cgdisk.o gptcurses.o target
19 $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -luuid -lncursesw $(LDLIBS) -o cgdisk
36 rm -f core *.o *~ gdisk sgdisk cgdisk fixparts
DMakefile.mac16 all: gdisk sgdisk cgdisk fixparts
22 cgdisk: $(LIB_OBJS) cgdisk.o gptcurses.o
23 …$(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o /usr/lib/libncurses.dylib $(LDFLAGS) $(FATBINFLAGS) -o cgd…
41 rm -f core *.o *~ gdisk sgdisk cgdisk fixparts
DMakefile.freebsd14 all: gdisk cgdisk sgdisk fixparts
20 cgdisk: $(LIB_OBJS) cgdisk.o gptcurses.o
22 $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o -L/usr/local/lib $(LDFLAGS) -luuid -lncurses -o cgdisk
Duninstall-gdisk14 rm -f /usr/sbin/cgdisk
18 rm -f /usr/share/man/man8/cgdisk.8
23 rm -f /usr/local/bin/cgdisk
27 rm -f /usr/local/man/man8/cgdisk.8
Dcurrent.spec15 cgdisk, and sgdisk utilities (in the gdisk package) are GPT-enabled
44 install -Dp -m0755 cgdisk $RPM_BUILD_ROOT/usr/sbin
48 install -Dp -m0644 cgdisk.8 $RPM_BUILD_ROOT/%{_mandir}/man8/cgdisk.8
59 /usr/sbin/cgdisk
62 %doc %{_mandir}/man8/cgdisk.8*
DREADME1 GPT fdisk (aka gdisk, cgdisk, and sgdisk) and FixParts
17 - cgdisk -- This program is modeled after Linux cfdisk, but it operates on
18 GPT disks rather than the MBR disks that cfdisk modifies. As such, cgdisk
42 only in their control interfaces (defined in gdisk.cc, cgdisk.cc,
46 GPT fdisk (gdisk, cgdisk, and sgdisk) Details
50 GPT-partitioned disks, cgdisk is similarly a workalike for fdisk, and
54 limitations that gdisk overcomes. Specific advantages of gdisk, cgdisk, and
73 fdisk and cfdisk (gdisk and cgdisk only)
87 text-mode gdisk, the curses-based interactive cgdisk, and the
189 * The cgdisk program requires the ncurses library and its development files
[all …]
DNEWS7 in gdisk and cgdisk) from 3 to 2, since some descriptions are long enough
17 supporting 32-bit builds of sgdisk. The gdisk and cgdisk binaries remain
33 version; should help with cgdisk compatibility.
129 - Fixed bug that caused cgdisk's "Info" display to under-report the
151 (gdisk, cgdisk, and fixparts should continue to work normally on all
322 the screen has nearly filled with entries in cgdisk. There's no such
347 - Added "-a" option to cgdisk to use a ">" symbol to the left of the
518 - Added cgdisk program to the family. This program is a rough workalike
519 to cfdisk, much as gdisk is a rough workalike to fdisk. See the cgdisk
520 man page or http://www.rodsbooks.com/gdisk/cgdisk-walkthrough.html for