Related: rhbz#463564 --- instdata.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/instdata.py b/instdata.py index 0feba46..a0f4997 100644 --- a/instdata.py +++ b/instdata.py @@ -80,7 +80,7 @@ class InstallData: self.upgradeSwapInfo = None self.escrowCertificates = {} - if iutil.isS390() or self.anaconda.isKickstart: + if self.anaconda.isKickstart: self.firstboot = FIRSTBOOT_SKIP else: self.firstboot = FIRSTBOOT_DEFAULT -- 1.7.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list