-
Notifications
You must be signed in to change notification settings - Fork 8
/
build.tarball.conf
62 lines (56 loc) · 1.17 KB
/
build.tarball.conf
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
#====================================================
# misc config
#====================================================
# target arch: default, x86, x86_64 arm
TARGET_ARCH=
# yes/no, set 'no' to build in automatic mode
PROMPT=yes
# yes/no, set to 'yes' to generate initrd with prebuilt binaries
USE_PREBUILT=no
# make flags, you may leave this blank or add -j2 -j4 etc
MKFLG=
#====================================================
# apps/pgks to compile
#====================================================
#run ./build.sh -all to compile all *_static apps
PACKAGES='
#awk_static
#bash_static
busybox_static
cryptsetup_static
dialog_static
dosfstools_static
e2fsprogs_static
exfat-utils_static
fuse-exfat_static
#findutils_static
grep_static
#kmod_static
mp_static
nano_static
ntfs-3g_static
#sed_static
#util-linux_static
'
#====================================================
# locally generated initrd
#====================================================
# Binaries that will be copied to the initrd
INITRD_PROGS='
busybox
cryptsetup
dialog
e2fsck
#find
exfatfsck
mount.exfat-fuse
fsck.fat
grep
#kmod
#losetup
mp
nano
ntfs-3g
#ntfsfix
resize2fs
'