forked from axonasif/gearlock-kernel-pkg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
!zygote.sh
executable file
·67 lines (30 loc) · 2.73 KB
/
!zygote.sh
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#######################################################################################################
#####=============================== Package/Extension Information ===============================#####
NAME="Linux-Kernel" #Package/Extension Name
CODENAME="your-unique-tag" #An Unique codename
TYPE="Package" #Specify (Package / Extension)
AUTHOR="AXON" #Your name as the Developer/Owner/Packer
VERSION="1.0" #Specify the Version of this package/extension
SHORTDESC="Bakes you a cake @_@" #Provide a short description about this package/extension
C_EXTNAME="" #For Specifing a custom name for your extension script ($NAME is used if not defined)
#####=============================== Package/Extension Information ===============================#####
#######################################################################################################
#------------------------------------------------------------------------------------------------------
#######################################################################################################
######=============================== Package/Extension Functions ===============================######
REQSYNC="yes" #(Deafult - yes) To make sure all your files are properly written in disk
REQREBOOT="yes, yes" #(Deafult - no, no [BOOTED-MODE, RECOVERY-MODE]) Require user to reboot
GEN_UNINS="yes" #(Deafult - yes) If you want GearLock to generate a uninstallation script itself
SHOW_PROG="yes" #(Default - yes) Whether to show extraction progress while loading the pkg/extension
DEF_HEADER="yes" #(Default - yes) Whether to use the default header which print's the info during zygote
INTERACTIVE="no, no" #(Default - no, no [INSTALL, UNINSTALL]) Additional interactivity in GXPM operation
######=============================== Package/Extension Functions ===============================######
#######################################################################################################
#------------------------------------------------------------------------------------------------------
#######################################################################################################
######======================================= CustomHeader ======================================######
#Do not edit this part unless you know what you're doing#
#Set `DEF_HEADER` to `no' if you want to specify a custom zygote header#
#Then you can use `geco` or `cat` to print your custom header below for the zygote stage#
######========================================== Header =========================================######
#######################################################################################################