diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-08-15 18:30:55 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-08-15 18:30:55 +0000 |
commit | ec0805eff62473ea14cee91d830e5b418adaa95c (patch) | |
tree | 4ad9a01469fda7f15a7579b93b3b80660ce16a25 /docs | |
parent | bd294b38146c642f0976b7b7542ef4c73ce4a905 (diff) | |
download | anaconda-ec0805eff62473ea14cee91d830e5b418adaa95c.tar.gz anaconda-ec0805eff62473ea14cee91d830e5b418adaa95c.tar.xz anaconda-ec0805eff62473ea14cee91d830e5b418adaa95c.zip |
2005-08-15 Jeremy Katz <katzj@redhat.com>
* kickstart.py (Kickstart.readKickstart): Remove obsolete and dead
--ignoredeps stuff (#165224).
* instdata.py (InstallData.writePackagesKS): Likewise.
* packages.py (checkDependencies): Likewise.
* docs/kickstart-docs.txt: Likewise.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/kickstart-docs.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/kickstart-docs.txt b/docs/kickstart-docs.txt index 818520596..a05c0df34 100644 --- a/docs/kickstart-docs.txt +++ b/docs/kickstart-docs.txt @@ -1217,22 +1217,6 @@ Creating the Kickstart File The following options are available for the %packages option: - --resolvedeps - - Install the listed packages and automatically resolve package - dependencies. If this option is not specified and there are package - dependencies, the automated installation will pause and prompt the - user. For example: - - %packages --resolvedeps - - --ignoredeps - - Ignore the unresolved dependencies and install the listed packages - without the dependencies. For example: - - %packages --ignoredeps - --ignoremissing Ignore the missing packages and groups instead of halting the |