#15: migrate to GPT instead of old-style partitions ------------------------------+------------------------------- Reporter: mattdm | Owner: Type: task | Status: new Priority: normal | Milestone: Fedora 21 (Alpha) Component: Cloud Base Image | Keywords: ------------------------------+------------------------------- * What: use gpt with this spec http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/ * Where: in the kickstart, and with support needed from build tools (which should be ticket #13) * Why: images could be launched as containers using new systemd hotness * When: nice for F21 alpha * Who: ???
#15: migrate to GPT instead of old-style partitions ------------------------------+-------------------------------- Reporter: mattdm | Owner: janeznemanic Type: task | Status: assigned Priority: normal | Milestone: Fedora 21 (Alpha) Component: Cloud Base Image | Resolution: Keywords: | ------------------------------+-------------------------------- Changes (by janeznemanic):
* owner: => janeznemanic * status: new => assigned
#15: migrate to GPT instead of old-style partitions ------------------------------+-------------------------------- Reporter: mattdm | Owner: janeznemanic Type: task | Status: assigned Priority: normal | Milestone: Fedora 21 (Alpha) Component: Cloud Base Image | Resolution: Keywords: | ------------------------------+--------------------------------
Comment (by janeznemanic):
At the moment we are using MBR partitioning. If we want to use GPT partitioning with these specs [ http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/] we need to use GPT partitioning with EFI system partition(ESP). I think these lines need to be added to kickstart file if we want to have GPT partitioning with ESP.
bootloader --timeout=1 --append="inst.gpt console=tty1 console=ttyS0,115200n8" extlinux
part efi --size 200 --fstype vfat #or should it be --fstype efi
I'm a little confused about efi partition file system type. Because the web page [ http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/] specifies that the allowed file system type in the case of ESP is vfat. But the official Red Hat documentation says that the file system type in ks file can also be efi. Not sure what to use. So if I add the above lines to ks file will the cloud image use GPT with ESP? Team comments and suggestions needed.
#15: migrate to GPT instead of old-style partitions ------------------------------+-------------------------------- Reporter: mattdm | Owner: janeznemanic Type: task | Status: closed Priority: normal | Milestone: Fedora 21 (Alpha) Component: Cloud Base Image | Resolution: fixed Keywords: | ------------------------------+-------------------------------- Changes (by kushal):
* status: assigned => closed * resolution: => fixed
Comment:
Closing this ticket as part of trac clean up process. If you want to reopen, please reopen it after we move to pagure.io as atomic-wg.