Searched refs:sgdisk (Results 1 – 13 of 13) sorted by relevance
/external/gptfdisk/ |
D | gdisk_test.sh | 37 SGDISK_BIN=./sgdisk 119 sgdisk) 149 sgdisk) 173 sgdisk) 197 sgdisk) 221 sgdisk) 250 sgdisk) 300 sgdisk) 331 sgdisk) 367 for binary in gdisk sgdisk
|
D | Makefile | 14 all: cgdisk gdisk sgdisk fixparts 24 sgdisk: $(LIB_OBJS) sgdisk.o gptcl.o target 25 $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -luuid -lpopt -o sgdisk 35 rm -f core *.o *~ gdisk sgdisk cgdisk fixparts
|
D | Makefile.freebsd | 14 all: gdisk cgdisk sgdisk fixparts 24 sgdisk: $(LIB_OBJS) sgdisk.o gptcl.o 26 $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o -L/usr/local/lib $(LDFLAGS) -luuid -lpopt -o sgdisk 35 rm -f core *.o *~ gdisk sgdisk
|
D | Makefile.mac | 14 all: gdisk sgdisk cgdisk fixparts 24 sgdisk: $(LIB_OBJS) gptcl.o sgdisk.o 25 $(CXX) $(LIB_OBJS) gptcl.o sgdisk.o -L/sw/lib -lpopt -o sgdisk 38 rm -f core *.o *~ gdisk sgdisk
|
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.mingw | 20 sgdisk: $(LIB_OBJS) sgdisk.o 21 $(CXX) $(CXXFLAGS) $(LIB_OBJS) sgdisk.o -lpopt -static-libgcc -o sgdisk32.exe 30 rm -f core *.o *~ gdisk.exe sgdisk.exe
|
D | Makefile.mingw64 | 20 sgdisk: $(LIB_OBJS) sgdisk.o 21 $(CXX) $(CXXFLAGS) $(LIB_OBJS) sgdisk.o -lpopt -static-libgcc -o sgdisk64.exe
|
D | README | 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 | NEWS | 28 - Added feature to sgdisk's -A/--attributes, -c/--change-name, 32 them to use the newly-created partition. For instance, "sgdisk -n 37 sgdisk in error messages when the user specified a non-existent partition 43 - Fixed bug that caused gdisk and sgdisk to create hybridized partitions 45 The behavior now varies between gdisk and sgdisk: gdisk now creates 51 sgdisk is a more automated tool, it's stricter in how it handles things: 64 -z and -Z options to sgdisk). This is done to avoid wiping out data 90 number to sgdisk's -i/--info command. 105 pause/prompt in sgdisk, though. 140 - Adjusted alignment code when using -n or -N in sgdisk to keep the [all …]
|
D | Android.bp | 2 name: "sgdisk", 6 "sgdisk.cc",
|
D | README.Windows | 31 text-mode program file but no equivalent to the sgdisk program that's 32 available with Linux, FreeBSD, and OS X builds. In theory, an sgdisk.exe 119 all the *.cc files except diskio-unix.cc, sgdisk.cc, and whichever
|
/external/u-boot/board/st/stm32mp1/ |
D | README | 145 - GPT partitioning (with gdisk or with sgdisk) 170 # sgdisk -o /dev/<SDCard dev> 173 # sgdisk --resize-table=128 -a 1 \
|
/external/u-boot/board/sandbox/ |
D | README.sandbox | 337 $> echo -e "label: gpt\n,64M,U\n,,L" | /usr/sbin/sgdisk ./disk.raw
|