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

vpodzime installerbot-noreply at redhat.com
Wed Jul 1 09:02:16 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)):

Please add a comment below this line that ``self.run()`` is actually "run the storage check". That would make things a lot clearer, I think.

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


More information about the anaconda-patches mailing list