-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathprefs.defaults
142 lines (105 loc) · 5.22 KB
/
prefs.defaults
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# ------------------------------------------------------------------------
# This file contains DEFAULTS for all settings in prefs
#
# Following scripts ALWAYS run - no prefs:
# chroot/commands/015_setup_locale.sh
# chroot/commands/020_set_dns.sh
# chroot/commands/045_apt_update.sh
# chroot/commands/910_apt_cleanup.sh
# chroot/commands/920_update_initramfs.sh
# chroot/commands/950_restore_dns.sh
#
# iso_post/commands/01_update_iso_kernel.sh
# iso_post/commands/02_remove_existing_grub_efi.sh
# iso_post/commands/03_update_grub_efi.sh
# ------------------------------------------------------------------------
#
#
#
# ------------------------------------------------------------------------
# Used by: chroot/commands/016_rebrand.sh
# ------------------------------------------------------------------------
REBRAND=yes
# ------------------------------------------------------------------------
# Used by: chroot/commands/030_cherrytux_ppa.sh
# ------------------------------------------------------------------------
ADD_TRUST_CHERRYTUX_PPA=yes
# ------------------------------------------------------------------------
# Used by: chroot/commands/042_add_universe_repo.sh
# ------------------------------------------------------------------------
ADD_REPO_UNIVERSE=yes
# ------------------------------------------------------------------------
# Used by: chroot/commands/043_add_multiverse_repo.sh
# ------------------------------------------------------------------------
ADD_REPO_MULTIVERSE=yes
# ------------------------------------------------------------------------
# Used by: top-level remaster script
# Used by: chroot/commands/110_copy_scripts.sh
# ------------------------------------------------------------------------
COPY_BOOTUTILS_SCRIPTS=yes
# ------------------------------------------------------------------------
# Used by: top-level remaster script
# Used by: chroot/commands/112_copy_linuxutils.sh
# ------------------------------------------------------------------------
# It is conditional on finding linuxutils source dir
COPY_LINUXUTILS=yes
# ------------------------------------------------------------------------
# Used by: chroot/commands/114_copy_debs.sh
# ------------------------------------------------------------------------
COPY_KERNEL_DEBS=yes
# ------------------------------------------------------------------------
# Used by: chroot/commands/120_update_pci_usb_ids.sh
# ------------------------------------------------------------------------
UPDATE_PCI_USB_IDS=yes
# ------------------------------------------------------------------------
# Used by: chroot/commands/210_update_all_packages.sh
# ------------------------------------------------------------------------
UPDATE_ALL_PACKAGES=no
# ------------------------------------------------------------------------
# Used by: chroot/commands/220_openssh_server.sh
# ------------------------------------------------------------------------
INSTALL_OPENSSH_SERVER=yes
ENABLE_OPENSSH_SERVER=yes
# ------------------------------------------------------------------------
# Used by: top-level remaster script
# Used by: chroot/commands/310_kernel_and_related.sh
# ------------------------------------------------------------------------
NEED_ZSYS=no
WANT_CUSTOM_KERNEL=yes
WANT_CUSTOM_ZFS=yes
# ------------------------------------------------------------------------
# Used by: chroot/commands/320_linux_firmware.sh
# ------------------------------------------------------------------------
FIRMWARE_UPDATE_PACKAGE=no
FIRMWARE_UPDATE_FIRMWARE_GIT_UBUNTU=yes
FIRMWARE_UPDATE_FIRMWARE_GIT_LINUX=yes
FIRMWARE_UPDATE_FIRMWARE_GIT_INTEL=yes
# ------------------------------------------------------------------------
# Used by chroot/commands/500_console_font.sh
# Used by iso_post/commands/05_large_kernel_font.sh
# ------------------------------------------------------------------------
CONSOLE_LARGE_FONT=yes
# ------------------------------------------------------------------------
# Used by: chroot/commands/610_untrust_cherrytux_ppa.sh
# ------------------------------------------------------------------------
UNTRUST_CHERRYTUX_PPA=yes
# ------------------------------------------------------------------------
# Used by: chroot/commands/705_set_wifi_reg_domain.sh
# ------------------------------------------------------------------------
WIREG_DOMAIN=yes
# ------------------------------------------------------------------------
# Used by: chroot/commands/720_sound_bytcr_rt5651.sh
# ------------------------------------------------------------------------
SOUND_BYTCR_RT5651=yes
# ------------------------------------------------------------------------
# Used by: chroot/commands/722_wifi_bluetooth_r7823bs.sh
# ------------------------------------------------------------------------
WIFI_BT_RTL8723BS=yes
# ------------------------------------------------------------------------
# Used by: chroot/commands/724_bluetooth_rtl8732bs_bt_firmware.sh
# ------------------------------------------------------------------------
BLUETOOTH_RTL8723BS_BT=yes
# ------------------------------------------------------------------------
# Used by: iso_post/commands/04_disable_squashfs_fsck.sh
# ------------------------------------------------------------------------
DISABLE_SQUASHFS_FSCK=yes