[rhinstaller/anaconda/pulls/169 rhel7-branch] Allow /boot partition on iscsi with ibft (#1164195)

jkonecny12 installerbot-noreply at redhat.com
Tue Jun 30 13:16:28 UTC 2015


> @@ -121,6 +121,11 @@ def _is_on_iscsi(device):
>      return all(isinstance(disk, blivet.devices.iScsiDiskDevice)
>                 for disk in device.disks)
>  
> +def _is_ibft(device):
> +    """Tells whether a given device is ibft disk or not."""

True, I'll change it locally.

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


More information about the anaconda-patches mailing list