search for: 8667bfa3e

Displaying 2 results from an estimated 2 matches for "8667bfa3e".

2017 Oct 17
0
[PATCH] builder: templates: For RHEL, CentOS >= 7 and all Fedora, default to GPT.
...a UEFI bootloader. * I am not planning to rebuild any existing images except the F26 ppc64 & ppc64le ones. --- builder/templates/make-template.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/templates/make-template.ml b/builder/templates/make-template.ml index 8667bfa3e..38c7a36e3 100755 --- a/builder/templates/make-template.ml +++ b/builder/templates/make-template.ml @@ -486,7 +486,7 @@ part / --fstype=%s --size=1024 --grow --asprimary | CentOS _ | RHEL _ | Fedora _ -> bpf "\ zerombr -clearpart --all --initlabel +clearpart --all --initla...
2017 Oct 17
3
[PATCH] builder: templates: For RHEL, CentOS >= 7 and all Fedora, default to GPT.
I didn't test this one fully yet, but I'm building Fedora 26 ppc64/le test images now. However it seems like it could be a good idea. I wonder if anyone depends on the images we supply being MBR-based? Rich.