summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
AgeCommit message (Expand)Author
2018-11-21linux-initrd: 'expression->initrd' returns the complete file name.Ludovic Courtès
2018-11-18vm: Remove explicit calls to 'operating-system-derivation'.Ludovic Courtès
2018-11-18system: De-monadify 'operating-system-bootcfg'.Ludovic Courtès
2018-11-18linux-initrd: Return file-like objects instead of monadic values.Ludovic Courtès
2018-11-18system: Simplify kernel argument handling.Ludovic Courtès
2018-09-23vm: Use "cache=loose" for all 9p mounts.Ludovic Courtès
2018-09-23vm: Disable deduplication for 'guix system vm-image'.Ludovic Courtès
2018-09-07vm: Make UUID computation really deterministic.Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès
2018-06-14install: Use (guix store database) instead of 'guix-register'.Ludovic Courtès
2018-06-14vm: 'expression->derivation-in-linux-vm' code can now use dlopen.Ludovic Courtès
2018-06-14store-copy: 'read-reference-graph' returns a list of records.Ludovic Courtès
2018-06-08vm: 'iso9660-image' uses a local /tmp.Ludovic Courtès
2018-06-08vm: 'expression->derivation-in-linux-vm' takes a #:file-systems parameter.Ludovic Courtès
2018-06-01vm: Use 'with-extensions'.Ludovic Courtès
2018-05-29vm: Remove unneeded dependency on Guile-JSON.Ludovic Courtès
2018-05-28system: Remove uses of the 'title' field of <file-system>.Ludovic Courtès
2018-05-28file-systems: Remove 'title' field and add <file-system-label>.Ludovic Courtès
2018-05-23vm: Use a deterministic file system UUID in shared-store VMs.Ludovic Courtès
2018-03-24system: Add "guix system docker-image" command.Chris Marusich
2018-03-24gnu: When building in a VM, share a temporary directory.Chris Marusich
2018-03-18vm: Display a backtrace upon error by default.Ludovic Courtès
2018-03-08vm: Use 9p mount tags below 32 chars.Ludovic Courtès
2018-03-03linux-initrd: Add virtio modules to '%base-initrd-modules'.Ludovic Courtès
2018-03-03vm: Add missing modules to the 'expression->derivation-in-linux-vm' initrd.Ludovic Courtès
2018-01-19gnu: Consistently Write ‘file system(s)’.Tobias Geerinckx-Rice
2018-01-07vm: 'vm-image' images refer to the root file system by UUID.Ludovic Courtès
2017-12-18vm: Pass the host's /dev/urandom to the guest at /dev/hwrng.Leo Famulari
2017-12-17gnu: system: vm: Use loose cache for 9p file system.Christopher Baines
2017-12-15bootloader: Factorize write-file-on-device.Mathieu Othacehe
2017-12-15vm: Adapt qemu command to ARM.Mathieu Othacehe
2017-12-04bootloader: extlinux: Stop using dd binary.Mathieu Othacehe
2017-12-02system: vm: Fix typo in comment.Mathieu Othacehe
2017-12-01system: vm: Do not add EFI partition on ARM system.Mathieu Othacehe
2017-11-30vm: Filter out file systems that refer to UUIDs or labels.Ludovic Courtès
2017-11-26vm: Use os-defined initrd intead of base-initrd.Mathieu Othacehe
2017-11-06system: vm: Use 2^32 - 1 as hash size.Mathieu Othacehe
2017-10-19vm: Always use GRUB/i386.Ludovic Courtès
2017-10-04vm: Add disk-image-size to <virtual-machine>.Christopher Baines
2017-10-04vm: Add a minimum root size.Christopher Baines
2017-09-11vm: Generate a UUID to identify the root file system.Ludovic Courtès
2017-09-11vm: Allow users to specify a UUID for the root partition.Ludovic Courtès
2017-09-11system: Introduce a disjoint UUID type.Ludovic Courtès
2017-09-06vm: Call iso9660-image with #:register-closures? as #t.Christopher Baines
2017-09-06vm: Add support for registering closures to iso9660-image.Christopher Baines
2017-09-04vm: Remove redundant conditional in system-disk-image.Christopher Baines
2017-08-03vm: Use grub-hybrid's grub-mkrescue.Danny Milosavljevic
2017-07-20vm: Add a <virtual-machine> type and associated gexp compiler.Ludovic Courtès
2017-07-18vm: 'iso9660-image' produces a single-file output.Ludovic Courtès
2017-07-17build, vm: Use a less common label.Tobias Geerinckx-Rice