Source tree description ./docs Install to /usr/share/doc/anaconda-VERSION ./po i18n stuff ./releng Files related to the release engineering process ./releng/bootdisk Previously ./bootdisk, contains static files ./releng/bootdisk/alpha copy to the install media. ISOLINUX config ./releng/bootdisk/i386 files, for example. Divided out by platform ./releng/bootdisk/ppc ./releng/bootdisk/s390 ./releng/bootdisk/s390x ./releng/bootdisk/x86_64 ./releng/command-stubs Previously ./command-stubs, contains wrapper scripts that implement a common command in the install environment. Probably a candidate for eventual removal. ./releng/liveinst Static content necessary for the LiveCD ./releng/scripts Scripts called by pungi or whatever the release engineering tool might be. Freeform directory layout. ./share Content suitable for /usr/share/anaconda ./share/fonts Fonts used by the installer...somewhere ./share/pixmaps Images ./share/ui Glade interface files ./src Source code ./src/gptsync 3rd party program to sync the GPT content with the fake MBR so we can boot on Mactels ./src/isys libisys and the _isys.so Python module ./src/loader loader and init for stage 1 ./src/loader/tr ./src/pyanaconda 'pyanaconda' module ./src/pyanaconda/backend backends (gui, text, cmdline) ./src/pyanaconda/config configuration code (writes out final system configuration information) ./src/pyanaconda/error anaconda error codes, exception handling, and BZ reporting ./src/pyanaconda/install install mode support files ./src/pyanaconda/installclass install classes ./src/pyanaconda/payload installation data payload modules ./src/pyanaconda/payload/livecd LiveCD payload support ./src/pyanaconda/payload/yum yum payload support ./src/pyanaconda/rescue rescue mode support files ./src/pyanaconda/storage all things related to storage, disks, partitioning, and pain in general ./src/pyanaconda/ui user interface code ./src/pyanaconda/ui/gtk PyGTK+ code ./src/pyanaconda/ui/text text mode code (snack, which is newt) ./src/pyanaconda/upgrade upgrade mode support files ./src/pyanaconda/util utility code used throughout anaconda ./src/utils things we build and put in the runtime subpackage ./test the start of QA code for anaconda