On Thu, Jan 24, 2013 at 10:41 AM, Reindl Harald <h.rei...@thelounge.net> wrote:
> have fun with automatic scripts which are assuming what you
> want to do in which way and why without knowing your
> environment and impacts

if it´s a sequence of commands that you have to type, that sequence of
commands can be saved into a script.

If a reboot is required in the middle of the process, the job can be
saved as update-phase1.sh update-phase2.sh or update-phase3.sh and so
on.

If there are choices to be made, conditions can be evaluated with an
´if´ and user input requested.

Plus, if preconditions for the upgrade are not met, such conditions
can be evaluated and a user message displayed, having the update
aborted.

But surely, someone would have to maintain that script, which is why
nobody does it... but the knowledge and steps for such script are
right here, on this mailing list...

a message saying "if you have selinux enabled, be careful and do this
first" is an IF condition in the script,if you think about it...

FC
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to