summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-19 20:35:09 +0000
committerMatt Wilson <msw@redhat.com>2001-07-19 20:35:09 +0000
commit8329e19b84741b3c7c79bf872cd817c63b422db1 (patch)
treee25e43c8b6df1054ff0f89366f355734b5733b98 /docs
parenta54829c6536f679480ba58382c626b57a0d84a36 (diff)
downloadanaconda-8329e19b84741b3c7c79bf872cd817c63b422db1.tar.gz
anaconda-8329e19b84741b3c7c79bf872cd817c63b422db1.tar.xz
anaconda-8329e19b84741b3c7c79bf872cd817c63b422db1.zip
remove old broken doc
Diffstat (limited to 'docs')
-rw-r--r--docs/anaconda-design29
1 files changed, 0 insertions, 29 deletions
diff --git a/docs/anaconda-design b/docs/anaconda-design
deleted file mode 100644
index 381dbe695..000000000
--- a/docs/anaconda-design
+++ /dev/null
@@ -1,29 +0,0 @@
-
- +-----------------------------------------------------+
- | |
- | Anaconda todo |
- | |
- +-------------------------------+---------+-----------+
- | InstallInterface | | |
- +-----+----+------+------+------+ rpm | isys |
- | GUI |Text| Kick |Script| Web | module | module |
- | | | Start|Start | Start| | |
- | | | | | | | |
- | | | | | | | |
- +-----+----+------+------+------|.........|...........|
- | |
- +-----------------------------------------------------+
-
-Anaconda is the toplevel installer. It imports InstallInterface
-from one of several frontend modules. Currently text and GUI are
-implemented. The 'anaconda' script imports the InstallInterface
-then envokes the 'run' method, providing a todo structure
-that needs to be filled in. The information collected in the
-InstallInterface portion of the installer is set in the todo
-object. When InstallInterface::run exits, the todo object should
-have all the needed information to complete an install.
-ToDo::doInstall() is invoked, which actually does the work of
-installing the system. During the doInstall run, various InstallInterface
-methods are called to keep the user informed about the installation
-process. These currently include popup windows and package
-progress windows.