summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
AgeCommit message (Expand)Author
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
2017-07-15gnu: Rename (gnu packages qemu) to (gnu packages virtualization).宋文武
2017-07-10build, vm: Use "GuixSD" or "GUIXSD" as volume label.Danny Milosavljevic
2017-07-07guix system: Add file system label and uuid to iso9660-image.Danny Milosavljevic
2017-07-03build: Add iso9660 system image generator.Danny Milosavljevic
2017-06-30vm: Estimate the disk size by default.Ludovic Courtès
2017-06-16tests: Allow setting of qemu memory-size for system tests.Jan Nieuwenhuizen
2017-05-21vm: Increase default disk size to account for ESP partition.Marius Bakke
2017-05-19vm: Add UEFI loader to disk images.Marius Bakke
2017-05-19vm: Support creating FAT partitions.Marius Bakke
2017-05-19vm: Support arbitrary partition flags.Marius Bakke
2017-05-16bootloader: Adapt vm to new bootloader API.Mathieu Othacehe
2017-05-16bootloader: Add extlinux support.Mathieu Othacehe
2017-05-05system: vm: Use operating-system-kernel-arguments.Danny Milosavljevic
2017-04-22system: Rename operating-system-kernel-arguments to operating-system-user-ker...Danny Milosavljevic
2017-04-15vm: Reword grub.cfg to bootcfg.Mathieu Othacehe
2017-04-15system: Rename operating-system-grub.cfg to operating-system-bootcfg.Mathieu Othacehe
2017-03-06vm: Fix full-boot? option.David Craven
2017-03-01vm: Improve readability of run-vm.sh generation.David Craven
2017-02-28vm: Remove hard coded kernel file name.David Craven
2017-02-10gnu: Move (gnu packages grub) and (gnu packages u-boot) ...David Craven
2016-11-19vm: Disable initrd-time QEMU networking for VM images.Ludovic Courtès
2016-09-06system: vm: Remove -net user flag.David Craven
2016-09-05system: Use 'source-module-closure' where needed.Ludovic Courtès
2016-07-12gnu: Use 'gexp->file' in conjunction with 'with-imported-modules'.Ludovic Courtès
2016-07-12gnu: Switch to 'with-imported-modules'.Ludovic Courtès