aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/data
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/tests/data')
0 files changed, 0 insertions, 0 deletions
uld be reflected when creating the partition. * gnu/build/image.scm (make-ext-image): Make it optional. 2022-08-30build: image: Remove unused variable.Mathieu Othacehe * gnu/build/image.scm (make-ext-image): Remove the unused flags variable. 2022-06-24image: Add support for 32bit UEFI.Denis 'GNUtoo' Carikli * gnu/bootloader/grub.scm (grub-efi32-bootloader): New variable. (install-grub-efi32): New variable. * gnu/build/bootloader.scm (install-efi): Add a 'targets' keyword argument. (install-efi-loader): Likewise. * gnu/build/image.scm (initialize-efi32-partition): New procedure. * gnu/packages/bootloaders.scm (grub-efi32): New variable. * gnu/system/image.scm (esp32-partition): New variable (efi32-disk-image): New variable. (efi32-raw-image-type): New variable. (system-disk-image)[partition-image]: Set '#:grub-efi32' when calling the partition initializer. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-05-31image: Add fat32 support.Pavel Shlyak * gnu/build/image.scm (make-vfat-image): Pass fs-bits as an argument and force 1kb logical sector size only if "ESP" flag is set. (make-partition-image): Add "fat32" partition type, support explicit "fat16" type with vfat alias. * gnu/system/image.scm (partition->dos-type partition): Return file system IDs for "fat16" and "fat32" partitions. (partition->gpt-type partition): Ditto. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> 2022-05-23image: Add bootable flag support.Pavel Shlyak * gnu/build/image.scm (sexp->partition): Add flags support. * gnu/system/image.scm (partition->gexp): Ditto. (system-disk-image): Set the genimage bootable flag if it is part of the partition flags. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> iret 2022-02-02installer: Add crash dump upload support....Mathieu Othacehe