Searched refs:gdisk (Results 1 – 12 of 12) sorted by relevance
/external/gptfdisk/ |
D | uninstall-gdisk | 12 rm -f /usr/sbin/gdisk 15 rm -rf /usr/share/doc/gdisk/ 16 rm -f /usr/share/man/man8/gdisk.8 21 rm -f /usr/local/bin/gdisk 24 rm -rf /usr/local/doc/gdisk 25 rm -f /usr/local/man/man8/gdisk.8 32 rm -f /usr/local/bin/uninstall-gdisk
|
D | current.spec | 7 URL: http://www.rodsbooks.com/gdisk 9 Source: http://www.rodsbooks.com/gdisk/gptfdisk-1.0.4.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 57 /usr/sbin/gdisk [all …]
|
D | gdisk_test.sh | 36 GDISK_BIN=./gdisk 111 gdisk) 151 gdisk) 178 gdisk) 202 gdisk) 226 gdisk) 256 gdisk) 304 gdisk) 337 gdisk) 382 for binary in gdisk sgdisk
|
D | Makefile | 12 all: cgdisk gdisk sgdisk fixparts 14 gdisk: $(LIB_OBJS) gdisk.o gpttext.o target 15 $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -luuid $(LDLIBS) -o gdisk 36 rm -f core *.o *~ gdisk sgdisk cgdisk fixparts
|
D | Makefile.freebsd | 14 all: gdisk cgdisk sgdisk fixparts 16 gdisk: $(LIB_OBJS) gdisk.o gpttext.o 18 $(CXX) $(LIB_OBJS) gdisk.o gpttext.o -L/usr/local/lib $(LDFLAGS) -luuid -o gdisk 35 rm -f core *.o *~ gdisk sgdisk
|
D | Makefile.mac | 16 all: gdisk sgdisk cgdisk fixparts 18 gdisk: $(LIB_OBJS) gpttext.o gdisk.o 19 $(CXX) $(LIB_OBJS) gpttext.o gdisk.o $(FATBINFLAGS) -o gdisk 41 rm -f core *.o *~ gdisk sgdisk cgdisk fixparts
|
D | README-efi.txt | 4 GPT fdisk for EFI is a binary build of gdisk to run as a pre-boot EFI 16 - gdisk.html -- The gdisk man page, in HTML form 17 - gdisk_x64.efi -- The gdisk binary, built for EFI (x86-64 CPU) 32 ESP. In that location, my rEFInd boot manager will detect the gdisk binary 37 gdisk. 39 Alternatively, you can create a USB flash drive that will launch gdisk when 43 filesystem to be flagged as an ESP (with a type code of EF00 in gdisk). You 51 gdisk should launch, too. If you're *NOT* running rEFInd but ARE using 71 Note that you do *NOT* need to sign gdisk if your computer doesn't use 74 Using gdisk for EFI [all …]
|
D | Makefile.mingw | 15 all: gdisk fixparts 17 gdisk: $(LIB_OBJS) gdisk.o gpttext.o 18 $(CXX) $(CXXFLAGS) $(LIB_OBJS) gdisk.o gpttext.o -lrpcrt4 -static-libgcc -o gdisk32.exe 30 rm -f core *.o *~ gdisk.exe sgdisk.exe
|
D | Makefile.mingw64 | 15 all: gdisk fixparts 17 gdisk: $(LIB_OBJS) gdisk.o gpttext.o 18 $(CXX) $(CXXFLAGS) $(LIB_OBJS) gdisk.o gpttext.o -lrpcrt4 -static-libgcc -o gdisk64.exe
|
D | README | 1 GPT fdisk (aka gdisk, cgdisk, and sgdisk) and FixParts 10 - gdisk -- This program is modeled after Linux fdisk, but it operates on 12 disks that fdisk modifies. As such, gdisk is an interactive text-mode 22 gdisk uses. 28 take several commands in gdisk to accomplish. 42 only in their control interfaces (defined in gdisk.cc, cgdisk.cc, 46 GPT fdisk (gdisk, cgdisk, and sgdisk) Details 49 The gdisk program is intended as a (somewhat) fdisk-workalike program for 51 sgdisk provides most of gdisk's functionality in a more script-friendly 54 limitations that gdisk overcomes. Specific advantages of gdisk, cgdisk, and [all …]
|
D | README.Windows | 1 GPT fdisk (aka gdisk) and FixParts 20 the gdisk.html or fixparts.html documents (the Linux man pages converted to 22 http://www.rodsbooks.com/gdisk/, provides a more tutorial introduction to 30 package. The Windows binary package includes the gdisk.exe interactive 65 gdisk 0: 67 Disks are numbered starting from 0, so the preceding command launches gdisk 77 If you pass the "-l" option to gdisk.exe in addition to the disk 120 program file you intend to NOT build (gdisk.cc or fixparts.cc).
|
D | NEWS | 7 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 25 gdisk and "L" when entered in response to the "Hex code or GUID" prompt in 26 gdisk and sgdisk). This feature filters the partition type list to those 85 - Added new option: 'j' on the experts' menu in gdisk; 117 - Created uninstall-fixparts and uninstall-gdisk scripts for OS X. As the 119 gdisk packages, respectively. 124 - Fixed bug that caused input glitches in EFI version of gdisk. 138 this feature when gdisk detects that it can't write to the disk under OS 139 X. If you know of a way around this (including code changes to gdisk), [all …]
|