diff options
author | bfox <bfox> | 2001-03-22 16:54:02 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-03-22 16:54:02 +0000 |
commit | 1f2afd69b8e8a78f676235d50d74c90df8f0d2fa (patch) | |
tree | 56604e7103f00ef153564fe06398af257063e91a /kickstart.py | |
parent | 9093164a5af83c8433e964d0ebd7d43dfef30c5a (diff) | |
download | anaconda-1f2afd69b8e8a78f676235d50d74c90df8f0d2fa.tar.gz anaconda-1f2afd69b8e8a78f676235d50d74c90df8f0d2fa.tar.xz anaconda-1f2afd69b8e8a78f676235d50d74c90df8f0d2fa.zip |
add confirm-upgrade to skipList so we don't see the partition screen during kickstart
Diffstat (limited to 'kickstart.py')
-rw-r--r-- | kickstart.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kickstart.py b/kickstart.py index 0feefce2e..b3c3c247f 100644 --- a/kickstart.py +++ b/kickstart.py @@ -640,6 +640,7 @@ class KickstartBase(BaseInstallClass): self.addToSkipList("welcome") self.addToSkipList("package-selection") self.addToSkipList("confirm-install") + self.addToSkipList("confirm-upgrade") self.addToSkipList("custom-upgrade") self.addToSkipList("network") # skipping firewall by default, disabled by default |