summaryrefslogtreecommitdiff
path: root/gnu/build/vm.scm
Commit message (Expand)AuthorAgeFilesLines
* database: Remove #:deduplicate? from 'register-items'....Ludovic Courtès2020-12-151-1/+0
* image: 'register-closure' leaves it up to the caller to deduplicate....Ludovic Courtès2020-12-151-6/+3
* store-copy: 'populate-store' can optionally deduplicate files....Ludovic Courtès2020-12-151-2/+3
* database: Remove #:reset-timestamps? from 'register-items'....Ludovic Courtès2020-12-151-1/+0
* image: 'register-closure' assumes already-reset timestamps....Ludovic Courtès2020-12-151-5/+3
* store-copy: 'populate-store' resets timestamps....Ludovic Courtès2020-12-151-1/+1
* database: 'register-items' takes an open database....Ludovic Courtès2020-06-181-6/+7
* vm: 'expression->derivation-in-linux-vm' always returns a native build....Ludovic Courtès2020-06-061-3/+8
* Merge branch 'master' into core-updatesMarius Bakke2020-05-051-171/+4
|\
| * vm: Remove obsolete procedures....Mathieu Othacehe2020-05-051-155/+1
| * build: bootloader: Add install-efi procedure....Mathieu Othacehe2020-05-051-16/+3
* | vm: Make the device node procedure a parameter....Ludovic Courtès2020-04-111-1/+3
* | linux-boot: 'make-essential-device-nodes' root parameter is optional....Ludovic Courtès2020-04-111-1/+1
* | vm: Preserve file permissions on /dev....Ludovic Courtès2020-04-111-1/+11
* | vm: 'qemu-image' can pass options to the 'mkfs' command....Ludovic Courtès2020-04-111-9/+15
* | vm: 'qemu-image' accepts a list of extra populate directives....Ludovic Courtès2020-04-111-3/+8
|/
* vm: Transparently compress iso9660 images....Tobias Geerinckx-Rice2020-04-101-0/+19
* vm: Distinguish between success and failure of the guest code....Ludovic Courtès2020-03-261-1/+10
* gnu: Remove uses of deprecated Qemu network configuration....Marius Bakke2019-12-181-8/+2
* build: vm: Fix qemu-command procedure....Mathieu Othacehe2019-12-011-3/+4
* system: vm: Add arm64 support....Mathieu Othacehe2019-11-221-6/+13
* build: vm: Fix arm32 support....Mathieu Othacehe2019-11-221-0/+8
* vm: Create installation media with MBR and HFS only, no GPT....Danny Milosavljevic2019-05-181-2/+16
* vm: Pass -smp to QEMU to allow use of multiple cores....Christopher Baines2019-04-291-0/+1
* vm: Adjust FAT serial number code to 32-bit Guile....Ludovic Courtès2019-04-251-1/+5
* vm: Use a fixed FAT serial number for 'efi.img' in ISO images....Ludovic Courtès2019-04-211-0/+10
* vm: Reset file timestamps of the EFI image in ISO images....Ludovic Courtès2019-04-211-0/+10
* vm: Reset file timestamps in ISO images....Ludovic Courtès2019-04-211-0/+4
* vm: Remove Xorriso "-padding" option....Ludovic Courtès2019-04-141-5/+0
* Remove traces of "GuixSD"....Ludovic Courtès2019-03-131-3/+3
* vm: Re-enable KVM on i386....Ludovic Courtès2018-12-191-7/+1
* vm: Add padding in the ISO image....Ludovic Courtès2018-12-061-0/+5
* pack: Import (guix store database) only when '--localstatedir' is passed....Ludovic Courtès2018-11-061-1/+18
* vm: Disable KVM on i386....Ludovic Courtès2018-07-041-1/+7
* vm: 'make-iso9660-image' makes 'grub.cfg' a GC root....Ludovic Courtès2018-06-261-1/+2
* vm: 'make-iso9660-image' no longer includes unreferenced store items....Ludovic Courtès2018-06-261-38/+61
* vm: Don't try to modify the bind-mounted store....Ludovic Courtès2018-06-261-2/+4
* Remove 'guix-register' and its traces....Ludovic Courtès2018-06-141-2/+2
* install: Use 'reset-timestamps' from (guix store database)....Ludovic Courtès2018-06-141-0/+1
* install: Use (guix store database) instead of 'guix-register'....Ludovic Courtès2018-06-141-0/+1
* vm: Pass "panic=1" to Linux....Ludovic Courtès2018-05-251-4/+9
* vm: Print the label and UUID of partitions....Ludovic Courtès2018-05-231-1/+2
* gnu: When building in a VM, share a temporary directory....Chris Marusich2018-03-241-0/+7
* vm: Allow control of deduplication in root-partition-initializer....Chris Marusich2018-03-241-4/+9
* vm: Pass "-append ..." only once....Danny Milosavljevic2018-03-161-2/+0
* vm: Use 'invoke' instead of 'system*'....Ludovic Courtès2018-03-151-58/+47
* gnu: Consistently Write ‘file system(s)’....Tobias Geerinckx-Rice2018-01-191-4/+4
* vm: Pass the host's /dev/urandom to the guest at /dev/hwrng....Leo Famulari2017-12-181-1/+3
* vm: Adapt qemu command to ARM....Mathieu Othacehe2017-12-151-7/+27
* vm: Use qemu drive device parameter....Mathieu Othacehe2017-12-131-2/+4