| 192 |
- |
1 |
# Anaconda configuration file for Red Hat Enterprise Linux.
|
|
|
2 |
|
|
|
3 |
[Product]
|
|
|
4 |
product_name = Red Hat Enterprise Linux
|
|
|
5 |
|
|
|
6 |
[Anaconda]
|
|
|
7 |
# List of enabled Anaconda DBus modules for RHEL.
|
|
|
8 |
kickstart_modules =
|
|
|
9 |
org.fedoraproject.Anaconda.Modules.Timezone
|
|
|
10 |
org.fedoraproject.Anaconda.Modules.Network
|
|
|
11 |
org.fedoraproject.Anaconda.Modules.Localization
|
|
|
12 |
org.fedoraproject.Anaconda.Modules.Security
|
|
|
13 |
org.fedoraproject.Anaconda.Modules.Users
|
|
|
14 |
org.fedoraproject.Anaconda.Modules.Payloads
|
|
|
15 |
org.fedoraproject.Anaconda.Modules.Storage
|
|
|
16 |
org.fedoraproject.Anaconda.Modules.Services
|
|
|
17 |
org.fedoraproject.Anaconda.Modules.Subscription
|
|
|
18 |
|
|
|
19 |
[Installation System]
|
|
|
20 |
# The detection is disabled since #1645686.
|
|
|
21 |
# can_detect_unsupported_hardware = True
|
|
|
22 |
# can_detect_support_removed = True
|
|
|
23 |
|
|
|
24 |
# Show a warning if SMT is enabled.
|
|
|
25 |
can_detect_enabled_smt = True
|
|
|
26 |
|
|
|
27 |
[Network]
|
|
|
28 |
default_on_boot = DEFAULT_ROUTE_DEVICE
|
|
|
29 |
|
|
|
30 |
[Payload]
|
|
|
31 |
ignored_packages =
|
|
|
32 |
ntfsprogs
|
|
|
33 |
btrfs-progs
|
|
|
34 |
dmraid
|
|
|
35 |
|
|
|
36 |
enable_updates = False
|
|
|
37 |
enable_closest_mirror = False
|
|
|
38 |
default_source = CDN
|
|
|
39 |
|
|
|
40 |
[Bootloader]
|
|
|
41 |
efi_dir = redhat
|
|
|
42 |
|
|
|
43 |
[Storage]
|
|
|
44 |
file_system_type = xfs
|
|
|
45 |
|
|
|
46 |
[User Interface]
|
|
|
47 |
help_directory = /usr/share/anaconda/help/rhel
|
|
|
48 |
default_help_pages =
|
|
|
49 |
rhel_help_placeholder.txt
|
|
|
50 |
rhel_help_placeholder.xml
|
|
|
51 |
rhel_help_placeholder.xml
|
|
|
52 |
|
|
|
53 |
blivet_gui_supported = False
|
|
|
54 |
|
|
|
55 |
[License]
|
|
|
56 |
eula = /usr/share/redhat-release/EULA
|