Bug 1753132 - appliance-creator seems to ignore kickstart %pre and %pre-install
Summary: appliance-creator seems to ignore kickstart %pre and %pre-install
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: appliance-tools
Version: 31
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Neal Gompa
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: ARMTracker
TreeView+ depends on / blocked
 
Reported: 2019-09-18 08:07 UTC by Warren Togami
Modified: 2020-11-24 18:08 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-11-24 18:08:08 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Warren Togami 2019-09-18 08:07:48 UTC
https://pykickstart.readthedocs.io/en/latest/kickstart-docs.html#chapter-4-pre-installation-script

According to kickstart documentation %pre and %pre-install should work.

appliance-tools-009.0-7.fc31.noarch

However appliance-creator of Fedora 30 and 31 both seem to ignore %pre and %pre-install.

%pre-install --erroronfail
#!/bin/bash
exit 1
%end

%pre --erroronfail
#!/bin/bash
exit 1
%end

By the documentation these are supposed to cause an immediate abort. But appliance-creator is clearly not recognizing the %pre's.

I tried putting it at the very end of the kickstart file like the documentation says to do.

Comment 1 Ben Cotton 2020-11-03 15:34:17 UTC
This message is a reminder that Fedora 31 is nearing its end of life.
Fedora will stop maintaining and issuing updates for Fedora 31 on 2020-11-24.
It is Fedora's policy to close all bug reports from releases that are no longer
maintained. At that time this bug will be closed as EOL if it remains open with a
Fedora 'version' of '31'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 31 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 2 Ben Cotton 2020-11-24 18:08:08 UTC
Fedora 31 changed to end-of-life (EOL) status on 2020-11-24. Fedora 31 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.