Bug 1324128

Summary: [RFE] Set GPT Partition Name via kickstart
Product: [Fedora] Fedora Reporter: Pat Riehecky <riehecky>
Component: pykickstartAssignee: Brian Lane <bcl>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: rawhideCC: bcl, csieh, misterbonnie, release-test-team
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1324126 Environment:
Last Closed: 2021-09-24 16:48:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Pat Riehecky 2016-04-05 15:04:13 UTC
+++ This bug was initially created as a clone of Bug #1324126 +++

Description of problem:
It would be helpful if in addition to setting the filesystem label from kickstart I could also set the GPT Partition Name.

I'd expect the behavior to be somewhat similar to --asprimary (ignored on non-GPT disks)

Version-Release number of selected component (if applicable): 	pykickstart-1.99.66.6-1.el7


How reproducible:100%


Steps to Reproduce:
1.seek kickstart option to set GPT Partition Name for specific volume
2.
3.

Actual results:
No current option exists

Expected results:
An option to pass at 'part' to set GPT Partition Name.

Additional info:

Comment 1 Brian Lane 2019-11-18 17:24:34 UTC
The majority of the work for this would be in Anaconda and Blivet, so you should file bugs with them as well. I am fine with adding a --partname argument to part as long as those teams are willing to implement it.