From Fedora Project Wiki
fp-wiki>ImportUser
(Imported from MoinMoin)
 
(used)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
= XIV. 1. Adding Custom Screens to Anaconda =
= XIV. 1. Adding Custom Screens to Anaconda =


Patrick Devine posted on the anaconda-devel mailing list an example of adding custom screens to Anaconda. He used a new screen that asks for a floppy.  His technique was use to create a new window class.  The window class prompts for a floppy disk. Patrick called this change something like "floppycopy_[text|gui] .py" Patrick only provided a text mode example, but for the concept would be similar for a GUI screen.
Patrick Devine posted on the anaconda-devel mailing list an example of adding custom screens to Anaconda. He used a new screen that asks for a floppy.  His technique was used to create a new window class.  The window class prompts for a floppy disk. Patrick called this change something like "floppycopy_[text|gui] .py" Patrick only provided a text mode example, but for the concept would be similar for a GUI screen.


This screen copies the /tmp/ks.cfg file to the floppy.  You will need to change /tmp/ks.cfg to something meaningful.  Alexander Rau enhanced the patches to include the use of Back/Cancel buttons.  The patches also include GUI screens as well.  Alexander used code from the bootdisk files along with Patrick's suggestions as well.
This screen copies the /tmp/ks.cfg file to the floppy.  You will need to change /tmp/ks.cfg to something meaningful.  Alexander Rau enhanced the patches to include the use of Back/Cancel buttons.  The patches also include GUI screens as well.  Alexander used code from the bootdisk files along with Patrick's suggestions as well.

Latest revision as of 00:10, 8 August 2018

XIV. 1. Adding Custom Screens to Anaconda

Patrick Devine posted on the anaconda-devel mailing list an example of adding custom screens to Anaconda. He used a new screen that asks for a floppy. His technique was used to create a new window class. The window class prompts for a floppy disk. Patrick called this change something like "floppycopy_[text|gui] .py" Patrick only provided a text mode example, but for the concept would be similar for a GUI screen.

This screen copies the /tmp/ks.cfg file to the floppy. You will need to change /tmp/ks.cfg to something meaningful. Alexander Rau enhanced the patches to include the use of Back/Cancel buttons. The patches also include GUI screens as well. Alexander used code from the bootdisk files along with Patrick's suggestions as well.


Anaconda Patches -- These patches are for anaconda. You can download the conglomeration of these patches here: [[%ATTACHURL%/floppycopy-anaconda.patch] [floppycopy-anaconda.patch]

[[DispatchPyPatch] [dispatch.py.patch]
[[FloppycopyGUIPyPatch] [floppycopy_gui.py.patch]
[[FloppycopyTextPyPatch] [floppycopy_text.py.patch]
[[FloppyPyPatch] [floppy.py.patch]
[[GuiPyPatch] [gui.py.patch]
[[InstallclassPyPatch] [installclass.py.patch]
[[TextPyPatch] [text.py.patch]



Anaconda Help Patches -- This patch is for anaconda-help. If you would like to have a little help screen for floppycopy during the installation, apply this patch.

[[AnacondaHelpPatch] [anaconda-help.patch]



<---[[AnacondaPatchesCustomization] [Back to Anaconda Patches/Customization]


-- Main.AlexanderRau - 23 Jan 2004%BR%


  • [[%ATTACHURL%/floppycopy-anaconda.patch] [floppycopy-anaconda.patch]  : Full Anaconda patch