From ec0805eff62473ea14cee91d830e5b418adaa95c Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 15 Aug 2005 18:30:55 +0000 Subject: 2005-08-15 Jeremy Katz * 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. --- ChangeLog | 1 + docs/kickstart-docs.txt | 16 ---------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index a54495dc5..5d89069bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ --ignoredeps stuff (#165224). * instdata.py (InstallData.writePackagesKS): Likewise. * packages.py (checkDependencies): Likewise. + * docs/kickstart-docs.txt: Likewise. 2005-08-15 Chris Lumens 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 -- cgit