summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
Commit message (Expand)AuthorAge
* vm: Generate a UUID to identify the root file system.Ludovic Courtès2017-09-11
* vm: Allow users to specify a UUID for the root partition.Ludovic Courtès2017-09-11
* system: Introduce a disjoint UUID type.Ludovic Courtès2017-09-11
* vm: Call iso9660-image with #:register-closures? as #t.Christopher Baines2017-09-06
* vm: Add support for registering closures to iso9660-image.Christopher Baines2017-09-06
* vm: Remove redundant conditional in system-disk-image.Christopher Baines2017-09-04
* vm: Use grub-hybrid's grub-mkrescue.Danny Milosavljevic2017-08-03
* vm: Add a <virtual-machine> type and associated gexp compiler.Ludovic Courtès2017-07-20
* vm: 'iso9660-image' produces a single-file output.Ludovic Courtès2017-07-18
* build, vm: Use a less common label.Tobias Geerinckx-Rice2017-07-17
* gnu: Rename (gnu packages qemu) to (gnu packages virtualization).宋文武2017-07-15
* build, vm: Use "GuixSD" or "GUIXSD" as volume label.Danny Milosavljevic2017-07-10
* guix system: Add file system label and uuid to iso9660-image.Danny Milosavljevic2017-07-07
* build: Add iso9660 system image generator.Danny Milosavljevic2017-07-03
* vm: Estimate the disk size by default.Ludovic Courtès2017-06-30
* tests: Allow setting of qemu memory-size for system tests.Jan Nieuwenhuizen2017-06-16
* vm: Increase default disk size to account for ESP partition.Marius Bakke2017-05-21
* vm: Add UEFI loader to disk images.Marius Bakke2017-05-19
* vm: Support creating FAT partitions.Marius Bakke2017-05-19
* vm: Support arbitrary partition flags.Marius Bakke2017-05-19
* bootloader: Adapt vm to new bootloader API.Mathieu Othacehe2017-05-16
* bootloader: Add extlinux support.Mathieu Othacehe2017-05-16
* system: vm: Use operating-system-kernel-arguments.Danny Milosavljevic2017-05-05
* system: Rename operating-system-kernel-arguments to operating-system-user-ker...Danny Milosavljevic2017-04-22
* vm: Reword grub.cfg to bootcfg.Mathieu Othacehe2017-04-15
* system: Rename operating-system-grub.cfg to operating-system-bootcfg.Mathieu Othacehe2017-04-15
* vm: Fix full-boot? option.David Craven2017-03-06
* vm: Improve readability of run-vm.sh generation.David Craven2017-03-01
* vm: Remove hard coded kernel file name.David Craven2017-02-28
* gnu: Move (gnu packages grub) and (gnu packages u-boot) ...David Craven2017-02-10
* vm: Disable initrd-time QEMU networking for VM images.Ludovic Courtès2016-11-19
* system: vm: Remove -net user flag.David Craven2016-09-06
* system: Use 'source-module-closure' where needed.Ludovic Courtès2016-09-05
* gnu: Use 'gexp->file' in conjunction with 'with-imported-modules'.Ludovic Courtès2016-07-12
* gnu: Switch to 'with-imported-modules'.Ludovic Courtès2016-07-12
* tests: Add whole-system test.Ludovic Courtès2016-05-04
* Add (gnu tests) and (gnu build marionette).Ludovic Courtès2016-05-04
* guix system: Reduce size of image produced for 'vm' action.Ludovic Courtès2016-04-29
* vm: Only pass "-enable-kvm" to qemu if /dev/kvm is present.Christopher Allan Webber2016-02-22
* file-systems: Spawn a Bournish REPL upon fsck failure.Ludovic Courtès2016-02-08
* system: Allow the root file system to have a UUID.Ludovic Courtès2016-01-01
* gnu: Add qemu-minimal.Ludovic Courtès2015-11-21
* system: Rename (gnu system linux) to (gnu system pam).Ludovic Courtès2015-11-03
* vm: Make the list of partitions to build a parameter.Ludovic Courtès2015-07-26
* vm: Use the 'umount' procedure instead of util-linux's 'umount' command.Ludovic Courtès2015-07-24
* system: Add 'kernel-arguments' field.Ludovic Courtès2015-07-17
* gnu: Include (guix build syscalls) module in initrd/VM derivations.David Thompson2015-07-10
* gnu: system: Move <file-system-mapping> into (gnu system file-systems).David Thompson2015-07-07
* system: Take kernel modules from the user-specified kernel.Andy Wingo2015-04-05
* linux-initrd: Add USB kernel modules to the default initrd.Ludovic Courtès2015-01-27