Home
last modified time | relevance | path

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

/external/gptfdisk/
DMakefile14 all: cgdisk gdisk sgdisk fixparts
20 cgdisk: $(LIB_OBJS) cgdisk.o gptcurses.o target
21 $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -luuid -lncursesw -o cgdisk
35 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
DMakefile.mac14 all: gdisk sgdisk cgdisk fixparts
20 cgdisk: $(LIB_OBJS) cgdisk.o gptcurses.o
21 $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -lncurses -o cgdisk
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 …]
DNEWS104 the screen has nearly filled with entries in cgdisk. There's no such
129 - Added "-a" option to cgdisk to use a ">" symbol to the left of the
300 - Added cgdisk program to the family. This program is a rough workalike
301 to cfdisk, much as gdisk is a rough workalike to fdisk. See the cgdisk
302 man page or http://www.rodsbooks.com/gdisk/cgdisk-walkthrough.html for