diff options
author | CoprDistGit <infra@openeuler.org> | 2023-09-19 03:19:34 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-09-19 03:19:34 +0000 |
commit | e9f07e4582f7977395d5c26d41e3fc97ed9e077c (patch) | |
tree | 478a9376a299c9450151b72c29c5c790c1023564 /hce.conf | |
parent | a4252603249fd648f2870ce2dcbaf86ebcf1f118 (diff) |
automatic import of anacondaopeneuler20.03
Diffstat (limited to 'hce.conf')
-rw-r--r-- | hce.conf | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/hce.conf b/hce.conf new file mode 100644 index 0000000..98ea38f --- /dev/null +++ b/hce.conf @@ -0,0 +1,38 @@ +# Anaconda configuration file for HCE. + +[Profile] +# Define the profile. +profile_id = HCE + +[Profile Detection] +# Match os-release values. +os_id = HCE +variant_id = server + +[Installation System] +can_detect_enabled_smt = False + +[Network] +default_on_boot = FIRST_WIRED_WITH_LINK + +[Bootloader] +efi_dir = hce +additional_arguments = crash_kexec_post_notifiers softlockup_panic=1 reserve_kbox_mem=16M fsck.mode=auto fsck.repair=yes + +[Payload] +enable_closest_mirror = True + +[Storage] +default_partitioning = + / (min 1 GiB, max 70 GiB) + /home (min 500 MiB, free 50 GiB) + swap + +[Storage Constraints] +swap_is_recommended = False + +[User Interface] +blivet_gui_supported = False + +[License] +eula = /usr/share/hce-release/EULA |