-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update anaconda variables source #6129
base: main
Are you sure you want to change the base?
Conversation
da1b81c
to
ea36cd9
Compare
ea36cd9
to
3aac39d
Compare
3aac39d
to
a1822df
Compare
a1822df
to
d4d7148
Compare
d4d7148
to
8bb1c48
Compare
8bb1c48
to
72a2c20
Compare
72a2c20
to
e1ea1cc
Compare
Anaconda IsFinal property use to be processed out of ANACONDA_ISFINAL environmental variable. This commit changes this behaviour to use RELEASE_TYPE variable out of /etc/os-release instead. Related change in Fedora spec file: - https://src.fedoraproject.org/rpms/fedora-release/pull-request/347 Resolves: INSTALLER-4068
e1ea1cc
to
c7ceeed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should probably also change:
https://github.com/rhinstaller/anaconda/blob/main/data/liveinst/liveinst#L83
also comment a few lines above
3) Environment variable ANACONDA_ISFINAL
Also @bcl, isn't the |
In lorax the osbuild-composer operates the same way, setting IsFinal in .buildstamp and has no references to the variable. |
Anaconda IsFinal property use to be processed out of ANACONDA_ISFINAL environmental variable. This commit changes this behaviour to use RELEASE_TYPE variable out of /etc/os-release instead.
Resolves: INSTALLER-4068