[PATCH 10/11] Various fixes, cleanups, and added logging for the custom spoke.

Chris Lumens clumens at redhat.com
Fri Aug 17 15:09:38 UTC 2012


> @@ -659,11 +674,22 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
>              for mountpoint in mountpoints:
>                  root.mounts.pop(mountpoint)
>  
> -    def _show_first_mountpoint(self):
> +    def _show_first_mountpoint(self, page=None):

Might as well rename this method, too.  It's really more like
_show_mountpoint now.  Or perhaps _show_page.

- Chris


More information about the anaconda-patches mailing list