summaryrefslogtreecommitdiff
path: root/gnu/build/vm.scm
AgeCommit message (Expand)Author
2020-12-15database: Remove #:deduplicate? from 'register-items'.Ludovic Courtès
2020-12-15image: 'register-closure' leaves it up to the caller to deduplicate.Ludovic Courtès
2020-12-15store-copy: 'populate-store' can optionally deduplicate files.Ludovic Courtès
2020-12-15database: Remove #:reset-timestamps? from 'register-items'.Ludovic Courtès
2020-12-15image: 'register-closure' assumes already-reset timestamps.Ludovic Courtès
2020-12-15store-copy: 'populate-store' resets timestamps.Ludovic Courtès
2020-06-18database: 'register-items' takes an open database.Ludovic Courtès
2020-06-06vm: 'expression->derivation-in-linux-vm' always returns a native build.Ludovic Courtès
2020-05-05Merge branch 'master' into core-updatesMarius Bakke
2020-05-05vm: Remove obsolete procedures.Mathieu Othacehe
2020-05-05build: bootloader: Add install-efi procedure.Mathieu Othacehe
2020-04-11vm: Make the device node procedure a parameter.Ludovic Courtès
2020-04-11linux-boot: 'make-essential-device-nodes' root parameter is optional.Ludovic Courtès
2020-04-11vm: Preserve file permissions on /dev.Ludovic Courtès
2020-04-11vm: 'qemu-image' can pass options to the 'mkfs' command.Ludovic Courtès
2020-04-11vm: 'qemu-image' accepts a list of extra populate directives.Ludovic Courtès
2020-04-10vm: Transparently compress iso9660 images.Tobias Geerinckx-Rice
2020-03-26vm: Distinguish between success and failure of the guest code.Ludovic Courtès
2019-12-18gnu: Remove uses of deprecated Qemu network configuration.Marius Bakke
2019-12-01build: vm: Fix qemu-command procedure.Mathieu Othacehe
2019-11-22system: vm: Add arm64 support.Mathieu Othacehe
2019-11-22build: vm: Fix arm32 support.Mathieu Othacehe
2019-05-18vm: Create installation media with MBR and HFS only, no GPT.Danny Milosavljevic
2019-04-29vm: Pass -smp to QEMU to allow use of multiple cores.Christopher Baines
2019-04-25vm: Adjust FAT serial number code to 32-bit Guile.Ludovic Courtès
2019-04-21vm: Use a fixed FAT serial number for 'efi.img' in ISO images.Ludovic Courtès
2019-04-21vm: Reset file timestamps of the EFI image in ISO images.Ludovic Courtès
2019-04-21vm: Reset file timestamps in ISO images.Ludovic Courtès
2019-04-14vm: Remove Xorriso "-padding" option.Ludovic Courtès
2019-03-13Remove traces of "GuixSD".Ludovic Courtès
2018-12-19vm: Re-enable KVM on i386.Ludovic Courtès
2018-12-06vm: Add padding in the ISO image.Ludovic Courtès
2018-11-06pack: Import (guix store database) only when '--localstatedir' is passed.Ludovic Courtès
2018-07-04vm: Disable KVM on i386.Ludovic Courtès
2018-06-26vm: 'make-iso9660-image' makes 'grub.cfg' a GC root.Ludovic Courtès
2018-06-26vm: 'make-iso9660-image' no longer includes unreferenced store items.Ludovic Courtès
2018-06-26vm: Don't try to modify the bind-mounted store.Ludovic Courtès
2018-06-14Remove 'guix-register' and its traces.Ludovic Courtès
2018-06-14install: Use 'reset-timestamps' from (guix store database).Ludovic Courtès
2018-06-14install: Use (guix store database) instead of 'guix-register'.Ludovic Courtès
2018-05-25vm: Pass "panic=1" to Linux.Ludovic Courtès
2018-05-23vm: Print the label and UUID of partitions.Ludovic Courtès
2018-03-24gnu: When building in a VM, share a temporary directory.Chris Marusich
2018-03-24vm: Allow control of deduplication in root-partition-initializer.Chris Marusich
2018-03-16vm: Pass "-append ..." only once.Danny Milosavljevic
2018-03-15vm: Use 'invoke' instead of 'system*'.Ludovic Courtès
2018-01-19gnu: Consistently Write ‘file system(s)’.Tobias Geerinckx-Rice
2017-12-18vm: Pass the host's /dev/urandom to the guest at /dev/hwrng.Leo Famulari
2017-12-15vm: Adapt qemu command to ARM.Mathieu Othacehe
2017-12-13vm: Use qemu drive device parameter.Mathieu Othacehe