summaryrefslogtreecommitdiff
path: root/gnu/build/vm.scm
Commit message (Expand)AuthorAgeFilesLines
* 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
* vm: ISO9660 images include /etc and other standard files....Ludovic Courtès2017-11-291-4/+2
* build: Do not store two copies of the ISO-9660 superblock anymore....Danny Milosavljevic2017-09-221-13/+0
* file-systems: Introduce (gnu system uuid)....Ludovic Courtès2017-09-111-1/+1
* vm: Allow partitions to be initialized with a given UUID....Ludovic Courtès2017-09-111-10/+16
* vm: Add comment about deduplication in make-iso9660-image....Christopher Baines2017-09-101-0/+1
* vm: Create /mnt in the generated ISO image in make-iso9660-image....Christopher Baines2017-09-061-0/+5
* vm: Add support for registering closures to make-iso9660-image....Christopher Baines2017-09-061-2/+17
* vm: 'iso9660-image' produces a single-file output....Ludovic Courtès2017-07-181-4/+16
* vm: Increase disk size overhead estimate....Tobias Geerinckx-Rice2017-07-181-2/+2
* build, vm: Use a less common label....Tobias Geerinckx-Rice2017-07-171-2/+5
* build: Make ISO-9660 image bootable from USB flash drive....Danny Milosavljevic2017-07-121-0/+13
* build, vm: Use "GuixSD" or "GUIXSD" as volume label....Danny Milosavljevic2017-07-101-1/+1
* build: Add (gnu build file-systems) import....Danny Milosavljevic2017-07-031-0/+1
* build: Clarify error message when make-iso9660-image fails....Danny Milosavljevic2017-07-031-1/+1
* build: Allow specifying volume-uuid with make-iso9660-image....Danny Milosavljevic2017-07-031-5/+14
* build: Add iso9660 system image generator....Danny Milosavljevic2017-07-031-1/+17
* vm: Use 'fold2' from (guix combinators)....Ludovic Courtès2017-06-301-12/+1
* vm: Estimate the disk size by default....Ludovic Courtès2017-06-301-0/+7
* vm: Display the disk and partition sizes....Ludovic Courtès2017-06-301-2/+12
* vm: Fix 'load-in-linux-vm' docstring....Ludovic Courtès2017-06-301-4/+5
* vm: Add UEFI loader to disk images....Marius Bakke2017-05-191-0/+61
* vm: Support creating FAT partitions....Marius Bakke2017-05-191-4/+26