[rhinstaller/anaconda/pulls/174 rhel7-branch] Ask for encryption passphrase when not specified in ks (#1185466)

vojtechtrefny installerbot-noreply at redhat.com
Thu Jul 2 07:42:59 UTC 2015


> @@ -330,7 +340,7 @@ def _doExecute(self):
>              hubQ.send_message(self.__class__.__name__, _("Failed to save storage configuration..."))
>              self.data.bootloader.bootDrive = ""
>          else:
> -            if self.autopart:
> +            if self.autopart or (flags.automatedInstall and (self.data.autopart.autopart or self.data.partition.seen)):

Fixed.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/174#discussion_r33753418


More information about the anaconda-patches mailing list