]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
installer: remove set of pmbr_boot on gpt partitions
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 23 Oct 2018 16:58:58 +0000 (18:58 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 23 Oct 2018 16:58:58 +0000 (18:58 +0200)
this fix the efi boot on hdd's larger than 2TB and raid installations.

fixes: #11890

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
src/installer/hw.c

index 8189aba18c08cfc72e93bed23fa6e7604c79085f..b329db545b843729f609214f7d53afbf37257dbe 100644 (file)
@@ -706,7 +706,6 @@ int hw_create_partitions(struct hw_destination* dest, const char* output) {
                if (*dest->part_bootldr) {
                        asprintf(&cmd, "%s set %d bios_grub on", cmd, dest->part_boot_idx);
                }
-               asprintf(&cmd, "%s disk_set pmbr_boot on", cmd);
        }
 
        r = mysystem(output, cmd);