setup-storage and GPT partition tables with EFI boot partition

Thomas Lange lange at informatik.uni-koeln.de
Mon Feb 23 18:56:52 CET 2015


>>>>> On Thu, 22 Jan 2015 18:31:15 +0100, John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de> said:

    > disk_config sda fstabkey:uuid disklabel:gpt

    > primary -                 512   vfat    rw
    > primary /               30000   ext4    rw


What if setup-storage would support a new "file system type" efi? This
would create a FAT32 fiel system but would set the partition type to
0xef00 (EFI SYSTEM PARTITION). Then the disk_config file could be like
this: 


primary /boot/efi       512     efi     rw
primary /               30000   ext4    rw


Any comments?

-- 
regards Thomas


More information about the linux-fai-devel mailing list