aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/vm.scm
Commit message (Expand)AuthorAge
* Remove VM generation dead-code.Mathieu Othacehe2021-12-23
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\
| * Update copyright/name notices for Christine Lemmer-Webber.Christopher Lemmer Webber2021-08-15
* | Merge branch 'staging' into 'core-updates'.Maxim Cournoyer2021-01-13
|\|
| * database: Remove #:deduplicate? from 'register-items'.Ludovic Courtès2020-12-15
| * image: 'register-closure' leaves it up to the caller to deduplicate.Ludovic Courtès2020-12-15
| * store-copy: 'populate-store' can optionally deduplicate files.Ludovic Courtès2020-12-15
| * database: Remove #:reset-timestamps? from 'register-items'.Ludovic Courtès2020-12-15
| * image: 'register-closure' assumes already-reset timestamps.Ludovic Courtès2020-12-15
| * store-copy: 'populate-store' resets timestamps.Ludovic Courtès2020-12-15
* | Remove the last vestiges of GuixSD.Tobias Geerinckx-Rice2020-10-16
|/
* database: 'register-items' takes an open database.Ludovic Courtès2020-06-18
* vm: 'expression->derivation-in-linux-vm' always returns a native build.Ludovic Courtès2020-06-06
* Merge branch 'master' into core-updatesMarius Bakke2020-05-05
|\
| * vm: Remove obsolete procedures.Mathieu Othacehe2020-05-05
| * build: bootloader: Add install-efi procedure.Mathieu Othacehe2020-05-05
* | vm: Make the device node procedure a parameter.Ludovic Courtès2020-04-11
* | linux-boot: 'make-essential-device-nodes' root parameter is optional.Ludovic Courtès2020-04-11
* | vm: Preserve file permissions on /dev.Ludovic Courtès2020-04-11
* | vm: 'qemu-image' can pass options to the 'mkfs' command.Ludovic Courtès2020-04-11
* | vm: 'qemu-image' accepts a list of extra populate directives.Ludovic Courtès2020-04-11
|/
* vm: Transparently compress iso9660 images.Tobias Geerinckx-Rice2020-04-10
* vm: Distinguish between success and failure of the guest code.Ludovic Courtès2020-03-26
* gnu: Remove uses of deprecated Qemu network configuration.Marius Bakke2019-12-18
* build: vm: Fix qemu-command procedure.Mathieu Othacehe2019-12-01
* system: vm: Add arm64 support.Mathieu Othacehe2019-11-22
* build: vm: Fix arm32 support.Mathieu Othacehe2019-11-22
* vm: Create installation media with MBR and HFS only, no GPT.Danny Milosavljevic2019-05-18
* vm: Pass -smp to QEMU to allow use of multiple cores.Christopher Baines2019-04-29
* vm: Adjust FAT serial number code to 32-bit Guile.Ludovic Courtès2019-04-25
* vm: Use a fixed FAT serial number for 'efi.img' in ISO images.Ludovic Courtès2019-04-21
* vm: Reset file timestamps of the EFI image in ISO images.Ludovic Courtès2019-04-21
* vm: Reset file timestamps in ISO images.Ludovic Courtès2019-04-21
* vm: Remove Xorriso "-padding" option.Ludovic Courtès2019-04-14
* Remove traces of "GuixSD".Ludovic Courtès2019-03-13
* vm: Re-enable KVM on i386.Ludovic Courtès2018-12-19
* vm: Add padding in the ISO image.Ludovic Courtès2018-12-06
* pack: Import (guix store database) only when '--localstatedir' is passed.Ludovic Courtès2018-11-06
* vm: Disable KVM on i386.Ludovic Courtès2018-07-04
* vm: 'make-iso9660-image' makes 'grub.cfg' a GC root.Ludovic Courtès2018-06-26
* vm: 'make-iso9660-image' no longer includes unreferenced store items.Ludovic Courtès2018-06-26
* vm: Don't try to modify the bind-mounted store.Ludovic Courtès2018-06-26
* Remove 'guix-register' and its traces.Ludovic Courtès2018-06-14
* install: Use 'reset-timestamps' from (guix store database).Ludovic Courtès2018-06-14
* install: Use (guix store database) instead of 'guix-register'.Ludovic Courtès2018-06-14
* vm: Pass "panic=1" to Linux.Ludovic Courtès2018-05-25
* vm: Print the label and UUID of partitions.Ludovic Courtès2018-05-23
* gnu: When building in a VM, share a temporary directory.Chris Marusich2018-03-24
* vm: Allow control of deduplication in root-partition-initializer.Chris Marusich2018-03-24
* vm: Pass "-append ..." only once.Danny Milosavljevic2018-03-16