Searched refs:sgdisk (Results 1 – 13 of 13) sorted by relevance
/third_party/gptfdisk/ |
D | gdisk_test.sh | 37 SGDISK_BIN=./sgdisk 126 sgdisk) 163 sgdisk) 187 sgdisk) 211 sgdisk) 235 sgdisk) 264 sgdisk) 314 sgdisk) 346 sgdisk) 382 for binary in gdisk sgdisk
|
D | Makefile.freebsd | 13 all: gdisk cgdisk sgdisk fixparts 21 sgdisk: $(LIB_OBJS) sgdisk.o gptcl.o 22 $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) $(LDLIBS) -lpopt -o sgdisk 31 rm -f core *.o *~ gdisk cgdisk sgdisk fixparts
|
D | Makefile.linux | 12 all: cgdisk gdisk sgdisk fixparts 22 sgdisk: $(LIB_OBJS) sgdisk.o gptcl.o 23 $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -luuid -lpopt $(LDLIBS) -o sgdisk 36 rm -f core *.o *~ gdisk sgdisk cgdisk fixparts
|
D | Makefile.mac | 17 all: gdisk sgdisk cgdisk fixparts 25 sgdisk: $(LIB_OBJS) gptcl.o sgdisk.o 26 …$(CXX) $(LIB_OBJS) gptcl.o sgdisk.o $(LDFLAGS) -L/usr/local/lib $(LDLIBS) -lpopt $(THINBINFLAGS) -… 35 rm -f core *.o *~ gdisk sgdisk cgdisk fixparts
|
D | uninstall-gdisk | 13 rm -f /usr/sbin/sgdisk 17 rm -f /usr/share/man/man8/sgdisk.8 22 rm -f /usr/local/bin/sgdisk 26 rm -f /usr/local/man/man8/sgdisk.8
|
D | current.spec | 15 cgdisk, and sgdisk utilities (in the gdisk package) are GPT-enabled 43 install -Dp -m0755 sgdisk $RPM_BUILD_ROOT/usr/sbin 47 install -Dp -m0644 sgdisk.8 $RPM_BUILD_ROOT/%{_mandir}/man8/sgdisk.8 58 /usr/sbin/sgdisk 61 %doc %{_mandir}/man8/sgdisk.8*
|
D | Makefile | 78 ALL=gdisk cgdisk sgdisk fixparts 100 ALL=gdisk sgdisk fixparts 120 ALL=gdisk sgdisk fixparts 153 sgdisk: $(LIB_OBJS) sgdisk.o gptcl.o target 154 …$(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) $(LDLIBS) $(SGDISK_LDLIBS) $(THINBINFLAGS) -o sgdis…
|
D | Makefile.mingw | 15 all: gdisk sgdisk fixparts 23 sgdisk: $(LIB_OBJS) sgdisk.o gptcl.o 24 $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) $(LDLIBS) -lpopt -lintl -liconv -o sgdisk32.exe
|
D | Makefile.mingw64 | 16 all: gdisk sgdisk fixparts 24 sgdisk: $(LIB_OBJS) sgdisk.o gptcl.o 25 $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) $(LDLIBS) -lpopt -lintl -liconv -o sgdisk64.exe
|
D | NEWS | 5 when changing a partition's name with sgdisk (-c/--change-name). 10 by the new '-I' option in sgdisk. See the programs' respective man pages 18 - Added the ability to build sgdisk and cgdisk for Windows. 47 - Added feature to gdisk and sgdisk to enable swapping the byte order of 50 -b/--byte-swap-name in sgdisk. This seems advanced/obscure enough that I 69 (ARM64) Macs. The sgdisk and cgdisk binaries, though, remain built only 108 - Changed number of columns in type code output ("sgdisk -L" and equivalents 115 - You can now put the 0xEE partition last in a hybrid MBR using sgdisk. 116 (Previously, this was possible with gdisk but not with sgdisk.) See the 117 sgdisk man page for details. [all …]
|
D | README.md | 1 GPT fdisk (aka gdisk, cgdisk, and sgdisk) and FixParts 24 - sgdisk -- This program is conceptually similar to the Linux sfdisk and 43 sgdisk.cc, and fixparts.cc, respectively) and in which support code they 46 GPT fdisk (gdisk, cgdisk, and sgdisk) Details 51 sgdisk provides most of gdisk's functionality in a more script-friendly 55 sgdisk include: 64 (gdisk and sgdisk only) 78 access up to three GPT partitions on the disk (gdisk and sgdisk only) 88 command-line-driven sgdisk. The first two are intended for use in manually 89 partitioning disks or changing partitioning details; sgdisk is intended for [all …]
|
D | BUILD.gn | 26 ohos_executable("sgdisk") { 42 "sgdisk.cc",
|
D | README.Windows | 31 text-mode program file as well as the sgdisk program that's available 115 diskio-unix.cc, sgdisk.cc, and whichever program file you intend to NOT 137 gdisk, sgdisk, and fixparts; but the sgdisk build will fail until you 145 additional libraries. To install the libraries needed to compile sgdisk and 149 library needed by sgdisk and the ncurses library needed by cgdisk, along 151 should be able to compile all four Linux programs -- gdisk, cgdisk, sgdisk, 158 If you want to compile sgdisk for Windows under Linux, you can do so;
|