Bug 504206 - preupgrade - add jumpstart file option that can be run against preupgrade.
Summary: preupgrade - add jumpstart file option that can be run against preupgrade.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: preupgrade
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Seth Vidal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-06-04 19:06 UTC by Traxtopel
Modified: 2014-01-21 23:09 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-06-05 15:16:25 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Traxtopel 2009-06-04 19:06:45 UTC
Description of problem:

For enterprise upgrades we currenly upgrade Fedora using a script, we would like to use preupgrade however it does not cover all our needs. Would it be possible to add a sort of kickstart file option - call it jumpstart to preupgrade to handle any additional requirements people require.

i.e. file could contain
%pre & %post would be part of the "jumpstart" file.

So when preupgrade is run
preupgrade --jumpstart=/tmp/ks.cfg

%pre would be run prior to preugrade running.

%post would be run after upgrade has completed.

Comment 1 Will Woods 2009-06-05 15:16:25 UTC
This would be trivial to do without changing preupgrade at all:

preupgrade-cli [...]
cat /your/custom/ks.cfg >> /boot/upgrade/ks.cfg
reboot

Comment 2 Traxtopel 2009-06-05 17:09:04 UTC
Thanks will test.


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