]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/install+setup/install/hw.h
installer: Add bootldr partition for GRUB2 on GPT.
[people/pmueller/ipfire-2.x.git] / src / install+setup / install / hw.h
index 5cd4fe02602cd2411310c8f97598518098d33815..28b28dfddeb136a2109919a8b645ffab937a5837 100644 (file)
@@ -75,6 +75,7 @@ struct hw_destination {
        const struct hw_disk* disk2;
 
        int part_table;
        const struct hw_disk* disk2;
 
        int part_table;
+       char part_bootldr[DEV_SIZE];
        char part_boot[DEV_SIZE];
        char part_swap[DEV_SIZE];
        char part_root[DEV_SIZE];
        char part_boot[DEV_SIZE];
        char part_swap[DEV_SIZE];
        char part_root[DEV_SIZE];
@@ -84,6 +85,7 @@ struct hw_destination {
        int filesystem;
 
        unsigned long long size;
        int filesystem;
 
        unsigned long long size;
+       unsigned long long size_bootldr;
        unsigned long long size_boot;
        unsigned long long size_swap;
        unsigned long long size_root;
        unsigned long long size_boot;
        unsigned long long size_swap;
        unsigned long long size_root;