summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
Commit message (Expand)AuthorAgeFilesLines
* Remove traces of "GuixSD"....Ludovic Courtès2019-03-131-3/+3
* pack, vm: Fix incorrect use of 'package-transitive-propagated-inputs'....Ludovic Courtès2019-02-111-2/+4
* vm: Remove unnecessary import....Ludovic Courtès2019-01-221-1/+0
* linux-initrd: 'expression->initrd' returns the complete file name....Ludovic Courtès2018-11-211-1/+1
* vm: Remove explicit calls to 'operating-system-derivation'....Ludovic Courtès2018-11-181-97/+94
* system: De-monadify 'operating-system-bootcfg'....Ludovic Courtès2018-11-181-5/+5
* linux-initrd: Return file-like objects instead of monadic values....Ludovic Courtès2018-11-181-8/+6
* system: Simplify kernel argument handling....Ludovic Courtès2018-11-181-3/+2
* vm: Use "cache=loose" for all 9p mounts....Ludovic Courtès2018-09-231-3/+10
* vm: Disable deduplication for 'guix system vm-image'....Ludovic Courtès2018-09-231-1/+6
* vm: Make UUID computation really deterministic....Ludovic Courtès2018-09-071-4/+29
* Switch to Guile-Gcrypt....Ludovic Courtès2018-09-041-29/+19
* install: Use (guix store database) instead of 'guix-register'....Ludovic Courtès2018-06-141-175/+216
* vm: 'expression->derivation-in-linux-vm' code can now use dlopen....Ludovic Courtès2018-06-141-23/+20
* store-copy: 'read-reference-graph' returns a list of records....Ludovic Courtès2018-06-141-2/+4
* vm: 'iso9660-image' uses a local /tmp....Ludovic Courtès2018-06-081-0/+8
* vm: 'expression->derivation-in-linux-vm' takes a #:file-systems parameter....Ludovic Courtès2018-06-081-3/+6
* vm: Use 'with-extensions'....Ludovic Courtès2018-06-011-48/+47
* vm: Remove unneeded dependency on Guile-JSON....Ludovic Courtès2018-05-291-1/+0
* system: Remove uses of the 'title' field of <file-system>....Ludovic Courtès2018-05-281-2/+0
* file-systems: Remove 'title' field and add <file-system-label>....Ludovic Courtès2018-05-281-3/+2
* vm: Use a deterministic file system UUID in shared-store VMs....Ludovic Courtès2018-05-231-0/+5
* system: Add "guix system docker-image" command....Chris Marusich2018-03-241-0/+105
* gnu: When building in a VM, share a temporary directory....Chris Marusich2018-03-241-2/+10
* vm: Display a backtrace upon error by default....Ludovic Courtès2018-03-181-0/+1
* vm: Use 9p mount tags below 32 chars....Ludovic Courtès2018-03-081-6/+8
* linux-initrd: Add virtio modules to '%base-initrd-modules'....Ludovic Courtès2018-03-031-8/+1
* vm: Add missing modules to the 'expression->derivation-in-linux-vm' initrd....Ludovic Courtès2018-03-031-0/+1
* gnu: Consistently Write ‘file system(s)’....Tobias Geerinckx-Rice2018-01-191-1/+1
* vm: 'vm-image' images refer to the root file system by UUID....Ludovic Courtès2018-01-071-3/+15
* vm: Pass the host's /dev/urandom to the guest at /dev/hwrng....Leo Famulari2017-12-181-1/+3
* gnu: system: vm: Use loose cache for 9p file system....Christopher Baines2017-12-171-1/+1
* bootloader: Factorize write-file-on-device....Mathieu Othacehe2017-12-151-2/+4
* vm: Adapt qemu command to ARM....Mathieu Othacehe2017-12-151-0/+4
* bootloader: extlinux: Stop using dd binary....Mathieu Othacehe2017-12-041-1/+2
* system: vm: Fix typo in comment....Mathieu Othacehe2017-12-021-1/+1
* system: vm: Do not add EFI partition on ARM system....Mathieu Othacehe2017-12-011-20/+30
* vm: Filter out file systems that refer to UUIDs or labels....Ludovic Courtès2017-11-301-1/+7
* vm: Use os-defined initrd intead of base-initrd....Mathieu Othacehe2017-11-261-3/+6
* system: vm: Use 2^32 - 1 as hash size....Mathieu Othacehe2017-11-061-4/+4
* vm: Always use GRUB/i386....Ludovic Courtès2017-10-191-1/+9
* vm: Add disk-image-size to <virtual-machine>....Christopher Baines2017-10-041-3/+10
* vm: Add a minimum root size....Christopher Baines2017-10-041-3/+6
* vm: Generate a UUID to identify the root file system....Ludovic Courtès2017-09-111-6/+45
* vm: Allow users to specify a UUID for the root partition....Ludovic Courtès2017-09-111-1/+7
* system: Introduce a disjoint UUID type....Ludovic Courtès2017-09-111-1/+3
* vm: Call iso9660-image with #:register-closures? as #t....Christopher Baines2017-09-061-0/+1
* vm: Add support for registering closures to iso9660-image....Christopher Baines2017-09-061-1/+9
* vm: Remove redundant conditional in system-disk-image....Christopher Baines2017-09-041-4/+1
* vm: Use grub-hybrid's grub-mkrescue....Danny Milosavljevic2017-08-031-0/+7