summaryrefslogtreecommitdiff
path: root/gnu/build/image.scm
AgeCommit message (Expand)AuthorFilesLines
2026-05-19system: hurd-boot: Prepare for runsystem in Guile.Janneke Nieuwenhuizen1-1/+1
2026-01-12image: Use `unshare` to map root user for btrfsRyan Sundberg1-1/+2
2025-12-22gnu: make-iso9660-image: Do not compress any kernel, compress man pages.Rutherther1-1/+5
2025-12-03image: Create directory indexes for ext4 images.Ludovic Courtès1-2/+9
2025-11-24image: Add support for swap.Denis 'GNUtoo' Carikli1-0/+19
2025-11-24image: Add support for f2fs.Denis 'GNUtoo' Carikli1-4/+37
2025-04-30image: Create zstd-compressed qcow2 images.Maxim Cournoyer1-0/+1
2025-04-30image: Honor parallel job count for the number of qemu-img co-routines used.Maxim Cournoyer1-1/+4
2024-10-14image: Add support for btrfs.Roman Scherer1-0/+19
2024-10-14image: Use file system options in make-vfat-image.Roman Scherer1-10/+14
2024-08-31gnu: image: Reformat comments.Tobias Geerinckx-Rice1-8/+6
2023-06-14gnu: image: Add support for unformatted partitions.Efraim Flashner1-0/+11
2022-12-12image: Use 512 byte blocks for EFI partitions.Efraim Flashner1-1/+4
2022-08-30build: image: Make partition uuid optional.Mathieu Othacehe1-1/+4
2022-08-30build: image: Remove unused variable.Mathieu Othacehe1-1/+0
2022-06-24image: Add support for 32bit UEFI.Denis 'GNUtoo' Carikli1-0/+14
2022-05-31image: Add fat32 support.Pavel Shlyak1-10/+14
2022-05-23image: Add bootable flag support.Pavel Shlyak1-2/+5
2022-02-07build: image: Account for fixed-size file system structures.Tobias Geerinckx-Rice1-3/+5
2021-12-23build: image: Add optional closure copy support.Mathieu Othacehe1-9/+30
2021-08-15Update copyright/name notices for Christine Lemmer-Webber.Christopher Lemmer Webber1-1/+1
2021-04-21image: Fix spelling of "evaluate"Vagrant Cascadian1-1/+1
2020-12-15database: Remove #:deduplicate? from 'register-items'.Ludovic Courtès1-1/+0
2020-12-15image: 'register-closure' leaves it up to the caller to deduplicate.Ludovic Courtès1-6/+2
2020-12-15store-copy: 'populate-store' can optionally deduplicate files.Ludovic Courtès1-2/+3
2020-12-15database: Remove #:reset-timestamps? from 'register-items'.Ludovic Courtès1-1/+0
2020-12-15image: 'register-closure' assumes already-reset timestamps.Ludovic Courtès1-5/+3
2020-12-15store-copy: 'populate-store' resets timestamps.Ludovic Courtès1-3/+2
2020-11-05image: Error out when passed an unsupported partition type.Ludovic Courtès1-5/+5
2020-09-29image: Add support for compressed-qcow2 format.Mathieu Othacehe1-3/+13
2020-07-11image: Do not set journal_model=WAL for the Hurd.Jan (janneke) Nieuwenhuizen1-10/+16
2020-06-22system: image: Remove "image-root" when building raw disk-images.Mathieu Othacehe1-2/+3
2020-06-18database: 'register-items' takes an open database.Ludovic Courtès1-6/+7
2020-06-09build: image: Do not call make-essential-device-nodes by default.Mathieu Othacehe1-3/+3
2020-06-08image: Add Hurd support.Mathieu Othacehe1-0/+5
2020-05-29build: image: Fix initialize-efi-partition docstring.Mathieu Othacehe1-1/+1
2020-05-29image: Use grub-efi to install the EFI bootloader.Mathieu Othacehe1-2/+2
2020-05-29image: Add bootloader installation support.Mathieu Othacehe1-0/+5
2020-05-26image: Add partition file-system options support.Mathieu Othacehe1-12/+16
2020-05-26build: image: Add support for EXT2 and EXT3 file-systems.Mathieu Othacehe1-8/+10
2020-05-05image: Add a new API.Mathieu Othacehe1-0/+273