Subversion Repositories configs

Rev

Rev 197 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# Anaconda configuration file.
2
# Version: unstable
3
 
4
 
5
[Anaconda]
6
# Run Anaconda in the debugging mode.
7
debug = False
8
 
9
# Enable Anaconda addons.
10
addons_enabled = True
11
 
12
# List of enabled Anaconda DBus modules.
13
kickstart_modules =
14
     org.fedoraproject.Anaconda.Modules.Timezone
15
     org.fedoraproject.Anaconda.Modules.Network
16
     org.fedoraproject.Anaconda.Modules.Localization
17
     org.fedoraproject.Anaconda.Modules.Security
18
     org.fedoraproject.Anaconda.Modules.Users
19
     org.fedoraproject.Anaconda.Modules.Payloads
20
     org.fedoraproject.Anaconda.Modules.Storage
21
     org.fedoraproject.Anaconda.Modules.Services
22
 
23
 
24
[Installation System]
25
# Type of the installation system.
26
# FIXME: This is a temporary solution.
27
type = UNKNOWN
28
 
29
# Should the installer show a warning about unsupported hardware?
30
can_detect_unsupported_hardware = False
31
 
32
# Should the installer show a warning about removed support for hardware?
33
can_detect_support_removed = False
34
 
35
# Should the installer show a warning about enabled SMT?
36
can_detect_enabled_smt = False
37
 
38
 
39
[Installation Target]
40
# Type of the installation target.
41
type = HARDWARE
42
 
43
# A path to the physical root of the target.
44
physical_root = /mnt/sysimage
45
 
46
# A path to the system root of the target.
47
system_root = /mnt/sysroot
48
 
49
[Network]
50
# Network device to be activated on boot if none was configured so.
51
# Valid values:
52
#
53
#   NONE                   No device
54
#   DEFAULT_ROUTE_DEVICE   A default route device
55
#   FIRST_WIRED_WITH_LINK  The first wired device with link
56
#
57
default_on_boot = NONE
58
 
59
 
60
[Payload]
61
# Default package environment.
62
default_environment =
63
 
64
# List of ignored packages.
65
ignored_packages =
66
 
67
# Enable installation of latest updates.
68
enable_updates = True
69
 
70
# List of .treeinfo variant types to enable.
71
# Valid items:
72
#
73
#   addon
74
#   optional
75
#   variant
76
#
77
enabled_repositories_from_treeinfo = addon optional variant
78
 
79
# Enable installation from the closest mirror.
80
enable_closest_mirror = True
81
 
82
# Default installation source.
83
# Valid values:
84
#
85
#    CLOSEST_MIRROR  Use closest public repository mirror.
86
#    CDN             Use Content Delivery Network (CDN).
87
#
88
default_source = CLOSEST_MIRROR
89
 
90
# Check if payload supports the locales.
91
check_supported_locales = False
92
 
93
# Enable ssl verification for all HTTP connection
94
verify_ssl = True
95
 
96
 
97
[Security]
98
# Enable SELinux usage in the installed system.
99
# Valid values:
100
#
101
#  -1  The value is not set.
102
#   0  SELinux is disabled.
103
#   1  SELinux is enabled.
104
#
105
selinux = -1
106
 
107
 
108
[Bootloader]
109
# Type of the bootloader.
110
# Supported values:
111
#
112
#   DEFAULT   Choose the type by platform.
113
#   EXTLINUX  Use extlinux as the bootloader.
114
#
115
type = DEFAULT
116
 
117
# Name of the EFI directory.
118
efi_dir = default
119
 
120
# Hide the GRUB menu.
121
menu_auto_hide = False
122
 
123
# Are non-iBFT iSCSI disks allowed?
124
nonibft_iscsi_boot = False
125
 
126
# Arguments preserved from the installation system.
127
preserved_arguments =
128
     cio_ignore rd.znet rd_ZNET zfcp.allow_lun_scan
129
     speakup_synth apic noapic apm ide noht acpi video
130
     pci nodmraid nompath nomodeset noiswmd fips selinux
131
     biosdevname ipv6.disable net.ifnames net.ifnames.prefix
132
     nosmt
133
 
134
 
135
[Storage]
136
# Enable dmraid usage during the installation.
137
dmraid = True
138
 
139
# Enable iBFT usage during the installation.
140
ibft = True
141
 
142
# Do you prefer creation of GPT disk labels?
143
gpt = False
144
 
145
# Tell multipathd to use user friendly names when naming devices during the installation.
146
multipath_friendly_names = True
147
 
148
# Do you want to allow imperfect devices (for example, degraded mdraid array devices)?
149
allow_imperfect_devices = False
150
 
151
# Default file system type. Use whatever Blivet uses by default.
152
file_system_type =
153
 
154
# Default partitioning.
155
# Valid values:
156
#
157
#   SERVER          Choose partitioning for servers.
158
#   WORKSTATION     Choose partitioning for workstations.
159
#   VIRTUALIZATION  Choose partitioning for virtualizations.
160
#
161
default_partitioning = WORKSTATION
162
 
163
# Default partitioning scheme.
164
# Valid values:
165
#
166
#    PLAIN      Create standard partitions.
167
#    BTRFS      Use the Btrfs scheme.
168
#    LVM        Use the LVM scheme.
169
#    LVM_THINP  Use LVM Thin Provisioning.
170
#
171
default_scheme = LVM
172
 
173
# Default version of LUKS.
174
# Valid values:
175
#
176
#   luks1  Use version 1 by default.
177
#   luks2  Use version 2 by default.
178
#
179
luks_version = luks2
180
 
181
 
182
[Storage Constraints]
183
 
184
# Minimal size of the total memory.
185
min_ram = 320 MiB
186
 
187
# Minimal size of the available memory for LUKS2.
188
luks2_min_ram = 128 MiB
189
 
190
# Should we recommend to specify a swap partition?
191
swap_is_recommended = True
192
 
193
# Recommended minimal sizes of partitions.
194
# Specify a mount point and a size on each line.
195
min_partition_sizes =
196
    /      250 MiB
197
    /usr   250 MiB
198
    /tmp   50  MiB
199
    /var   384 MiB
200
    /home  100 MiB
201
    /boot  200 MiB
202
 
203
# Required minimal sizes of partitions.
204
# Specify a mount point and a size on each line.
205
req_partition_sizes =
206
 
207
# Allowed device types of the / partition if any.
208
# Valid values:
209
#
210
#  LVM        Allow LVM.
211
#  MD         Allow RAID.
212
#  PARTITION  Allow standard partitions.
213
#  BTRFS      Allow Btrfs.
214
#  DISK       Allow disks.
215
#  LVM_THINP  Allow LVM Thin Provisioning.
216
#
217
root_device_types =
218
 
219
# Mount points that must be on a linux file system.
220
# Specify a list of mount points.
221
must_be_on_linuxfs = / /var /tmp /usr /home /usr/share /usr/lib
222
 
223
# Paths that must be directories on the / file system.
224
# Specify a list of paths.
225
must_be_on_root = /bin /dev /sbin /etc /lib /root /mnt lost+found /proc
226
 
227
# Paths that must NOT be directories on the / file system.
228
# Specify a list of paths.
229
must_not_be_on_root =
230
 
231
# Mount points that are recommended to be reformatted.
232
#
233
# It will be recommended to create a new file system on a mount point
234
# that has a whitelisted prefix, but doesn't have a blacklisted one.
235
# Specify lists of mount points.
236
reformat_whitelist = /boot /var /tmp /usr
237
reformat_blacklist = /home /usr/local /opt /var/www
238
 
239
 
240
[User Interface]
241
# The path to a custom stylesheet.
242
custom_stylesheet =
243
 
244
# The path to a directory with help files.
245
help_directory =
246
 
247
# Default help pages for TUI, GUI and Live OS.
248
default_help_pages =
249
 
250
# Is the partitioning with blivet-gui supported?
251
blivet_gui_supported = True
252
 
253
# A list of spokes to hide in UI.
254
# FIXME: Use other identification then names of the spokes.
255
hidden_spokes =
256
 
257
# Run GUI installer in a decorated window.
258
decorated_window = False
259
 
260
 
261
[License]
262
# A path to EULA (if any)
263
#
264
# If the given distribution has an EULA & feels the need to
265
# tell the user about it fill in this variable by a path
266
# pointing to a file with the EULA on the installed system.
267
#
268
# This is currently used just to show the path to the file to
269
# the user at the end of the installation.
270
eula =