Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Oct 6, 2024
1 parent ec6a3ce commit f478c11
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[customizations.kernel]
append = "intel_iommu=on iommu=pt mem_sleep=s2idle pcie_ports=native"

[customizations.installer.modules]
enable = [
"org.fedoraproject.Anaconda.Modules.Localization",
"org.fedoraproject.Anaconda.Modules.Timezone",
]
disable = [
"org.fedoraproject.Anaconda.Modules.Users",
"org.fedoraproject.Anaconda.Modules.Network",
Expand All @@ -8,9 +15,10 @@ disable = [
contents = """
graphical
%post
clearpart --all
rootpw --lock --iscrypted locked
%post
bootc switch --mutate-in-place --transport registry REPLACE_WITH_IMAGE_NAME
%end
"""

0 comments on commit f478c11

Please sign in to comment.