-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
35 lines (21 loc) · 926 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--------------------------------------------------------------------------------
zpartprobe: Ziyao's Partprobe
--------------------------------------------------------------------------------
= Introdutction
This is a simple implementation of partprobe, as busybox's partprobe does not
support all kind of devices.
= Feature
o Probe MBR Partition table
o Probe GPT Partition table, backup metadata/partition table and checksum
support
= Build
You need a C99-compatible compiler, this program runs only on Linux-based
platforms.
Running
./build.sh [release]
for building. With release argument attached, no debug symbols will be included
and optimization will be disabled, resulting in a binary suitable for releasing.
= License
Copyright (c) 2023 Yao Zi <[email protected]>. All rights reserved.
zpartprobe is distributed under Mozilla Public License Version 2.0. Refer to
/LICENSE for more information.