Subversion Repositories configs

Rev

Rev 192 | Go to most recent revision | Details | Compare with Previous | 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.
197 - 155
# Specify a mount point and its attributes on each line.
192 - 156
#
197 - 157
# Valid attributes:
192 - 158
#
197 - 159
#   size <SIZE>    The size of the mount point.
160
#   min <MIN_SIZE> The size will grow from MIN_SIZE to MAX_SIZE.
161
#   max <MAX_SIZE> The max size is unlimited by default.
162
#   free <SIZE>    The required available space.
163
#
164
default_partitioning =
165
    /     (min 1 GiB, max 70 GiB)
166
    /home (min 500 MiB, free 50 GiB)
167
    swap
192 - 168
 
169
# Default partitioning scheme.
170
# Valid values:
171
#
172
#    PLAIN      Create standard partitions.
173
#    BTRFS      Use the Btrfs scheme.
174
#    LVM        Use the LVM scheme.
175
#    LVM_THINP  Use LVM Thin Provisioning.
176
#
177
default_scheme = LVM
178
 
179
# Default version of LUKS.
180
# Valid values:
181
#
182
#   luks1  Use version 1 by default.
183
#   luks2  Use version 2 by default.
184
#
185
luks_version = luks2
186
 
187
 
188
[Storage Constraints]
189
 
190
# Minimal size of the total memory.
191
min_ram = 320 MiB
192
 
193
# Minimal size of the available memory for LUKS2.
194
luks2_min_ram = 128 MiB
195
 
196
# Should we recommend to specify a swap partition?
197
swap_is_recommended = True
198
 
199
# Recommended minimal sizes of partitions.
200
# Specify a mount point and a size on each line.
201
min_partition_sizes =
202
    /      250 MiB
203
    /usr   250 MiB
204
    /tmp   50  MiB
205
    /var   384 MiB
206
    /home  100 MiB
207
    /boot  200 MiB
208
 
209
# Required minimal sizes of partitions.
210
# Specify a mount point and a size on each line.
211
req_partition_sizes =
212
 
213
# Allowed device types of the / partition if any.
214
# Valid values:
215
#
216
#  LVM        Allow LVM.
217
#  MD         Allow RAID.
218
#  PARTITION  Allow standard partitions.
219
#  BTRFS      Allow Btrfs.
220
#  DISK       Allow disks.
221
#  LVM_THINP  Allow LVM Thin Provisioning.
222
#
223
root_device_types =
224
 
225
# Mount points that must be on a linux file system.
226
# Specify a list of mount points.
227
must_be_on_linuxfs = / /var /tmp /usr /home /usr/share /usr/lib
228
 
229
# Paths that must be directories on the / file system.
230
# Specify a list of paths.
231
must_be_on_root = /bin /dev /sbin /etc /lib /root /mnt lost+found /proc
232
 
233
# Paths that must NOT be directories on the / file system.
234
# Specify a list of paths.
235
must_not_be_on_root =
236
 
237
# Mount points that are recommended to be reformatted.
238
#
239
# It will be recommended to create a new file system on a mount point
240
# that has a whitelisted prefix, but doesn't have a blacklisted one.
241
# Specify lists of mount points.
242
reformat_whitelist = /boot /var /tmp /usr
243
reformat_blacklist = /home /usr/local /opt /var/www
244
 
245
 
246
[User Interface]
247
# The path to a custom stylesheet.
248
custom_stylesheet =
249
 
250
# The path to a directory with help files.
251
help_directory =
252
 
253
# Default help pages for TUI, GUI and Live OS.
254
default_help_pages =
255
 
256
# Is the partitioning with blivet-gui supported?
257
blivet_gui_supported = True
258
 
259
# A list of spokes to hide in UI.
260
# FIXME: Use other identification then names of the spokes.
261
hidden_spokes =
262
 
263
# Run GUI installer in a decorated window.
264
decorated_window = False
265
 
266
 
267
[License]
268
# A path to EULA (if any)
269
#
270
# If the given distribution has an EULA & feels the need to
271
# tell the user about it fill in this variable by a path
272
# pointing to a file with the EULA on the installed system.
273
#
274
# This is currently used just to show the path to the file to
275
# the user at the end of the installation.
276
eula =