Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Initial PPC PReP Boot Selector Name (#1172755) #240

Merged
merged 1 commit into from Jul 24, 2015

Conversation

kellinm
Copy link
Contributor

@kellinm kellinm commented Jul 23, 2015

The auto partition tool added the PPC PReP Boot partition and named it
prepboot in the selector view in the GUI installer. This was due to the
mountpoint being named by the device format type. Changed the mountpoint
namer so that it is named after the device name instead.

Change required adding BIOS Boot as a name in the mountpoint types to
avoid unexpected behavior as a side effect from this change.

Resolves: rhbz#1172755

The auto partition tool added the PPC PReP Boot partition and named it
prepboot in the selector view in the GUI installer. This was due to the
mountpoint being named by the device format type. Changed the mountpoint
namer so that it is named after the device name instead.

Change required adding BIOS Boot as a name in the mountpoint types to
avoid unexpected behavior as a side effect from this change.

Resolves: rhbz#1172755
@bcl
Copy link
Contributor

bcl commented Jul 23, 2015

When pull requests targeted for multiple branches won't be very different you can just set the 'master' and 'rhel7-branch' labels on it instead of creating multiple pull requests.

@bcl bcl added rhel7-branch master Please, use the `f39` label instead. ACK labels Jul 23, 2015
@@ -203,7 +203,7 @@ def removeSelector(self, selector):

def _mountpointType(self, mountpoint):
if not mountpoint or mountpoint in ["/", "/boot", "/boot/efi", "/tmp", "/usr", "/var",
"biosboot", "prepboot", "swap"]:
"swap", "PPC PReP Boot", "BIOS Boot"]:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure this works with partitions/devices created by users in custom partitioning? AFAICT we still expect them to type in/choose prepboot as the mountpoint not PPC PReP Boot.

kellinm added a commit that referenced this pull request Jul 24, 2015
Fix Initial PPC PReP Boot Selector Name (#1172755)
@kellinm kellinm merged commit be7a5eb into rhinstaller:rhel7-branch Jul 24, 2015
@kellinm kellinm deleted the bz1172755 branch July 28, 2015 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
master Please, use the `f39` label instead. rhel7-branch
3 participants