Skip to content

Commit

Permalink
fix: unexpected major version upgrades might occur after installation
Browse files Browse the repository at this point in the history
Fixes #57
  • Loading branch information
charles8191 authored Jan 30, 2025
1 parent f5c8d6c commit f2f8ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-builder-iso.config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[customizations.installer.kickstart]
contents = """
%post
bootc switch --mutate-in-place --transport registry ghcr.io/centos-workstation/main:latest
bootc switch --mutate-in-place --transport registry ghcr.io/centos-workstation/main:stream10
%end
"""

Expand Down

0 comments on commit f2f8ba2

Please sign in to comment.