summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
Commit message (Expand)AuthorAgeFilesLines
* guix system: Add file system label and uuid to iso9660-image....Danny Milosavljevic2017-07-071-1/+7
* build: Add iso9660 system image generator....Danny Milosavljevic2017-07-031-13/+67
* vm: Estimate the disk size by default....Ludovic Courtès2017-06-301-17/+27
* tests: Allow setting of qemu memory-size for system tests....Jan Nieuwenhuizen2017-06-161-4/+6
* vm: Increase default disk size to account for ESP partition....Marius Bakke2017-05-211-1/+1
* vm: Add UEFI loader to disk images....Marius Bakke2017-05-191-2/+16
* vm: Support creating FAT partitions....Marius Bakke2017-05-191-1/+1
* vm: Support arbitrary partition flags....Marius Bakke2017-05-191-1/+1
* bootloader: Adapt vm to new bootloader API....Mathieu Othacehe2017-05-161-11/+25
* bootloader: Add extlinux support....Mathieu Othacehe2017-05-161-1/+1
* system: vm: Use operating-system-kernel-arguments....Danny Milosavljevic2017-05-051-5/+2
* system: Rename operating-system-kernel-arguments to operating-system-user-ker......Danny Milosavljevic2017-04-221-1/+1
* vm: Reword grub.cfg to bootcfg....Mathieu Othacehe2017-04-151-4/+5
* system: Rename operating-system-grub.cfg to operating-system-bootcfg....Mathieu Othacehe2017-04-151-9/+9
* vm: Fix full-boot? option....David Craven2017-03-061-13/+21
* vm: Improve readability of run-vm.sh generation....David Craven2017-03-011-31/+38
* vm: Remove hard coded kernel file name....David Craven2017-02-281-2/+3
* gnu: Move (gnu packages grub) and (gnu packages u-boot) ......David Craven2017-02-101-1/+1
* vm: Disable initrd-time QEMU networking for VM images....Ludovic Courtès2016-11-191-2/+0
* system: vm: Remove -net user flag....David Craven2016-09-061-1/+0
* system: Use 'source-module-closure' where needed....Ludovic Courtès2016-09-051-17/+5
* gnu: Use 'gexp->file' in conjunction with 'with-imported-modules'....Ludovic Courtès2016-07-121-64/+58
* gnu: Switch to 'with-imported-modules'....Ludovic Courtès2016-07-121-23/+23
* tests: Add whole-system test....Ludovic Courtès2016-05-041-0/+1
* Add (gnu tests) and (gnu build marionette)....Ludovic Courtès2016-05-041-1/+1
* guix system: Reduce size of image produced for 'vm' action....Ludovic Courtès2016-04-291-2/+2
* vm: Only pass "-enable-kvm" to qemu if /dev/kvm is present....Christopher Allan Webber2016-02-221-1/+9
* file-systems: Spawn a Bournish REPL upon fsck failure....Ludovic Courtès2016-02-081-0/+1
* system: Allow the root file system to have a UUID....Ludovic Courtès2016-01-011-2/+3
* gnu: Add qemu-minimal....Ludovic Courtès2015-11-211-2/+2
* system: Rename (gnu system linux) to (gnu system pam)....Ludovic Courtès2015-11-031-1/+1
* vm: Make the list of partitions to build a parameter....Ludovic Courtès2015-07-261-11/+18
* vm: Use the 'umount' procedure instead of util-linux's 'umount' command....Ludovic Courtès2015-07-241-1/+1
* system: Add 'kernel-arguments' field....Ludovic Courtès2015-07-171-1/+2
* gnu: Include (guix build syscalls) module in initrd/VM derivations....David Thompson2015-07-101-0/+1
* gnu: system: Move <file-system-mapping> into (gnu system file-systems)....David Thompson2015-07-071-22/+0
* system: Take kernel modules from the user-specified kernel....Andy Wingo2015-04-051-0/+1
* linux-initrd: Add USB kernel modules to the default initrd....Ludovic Courtès2015-01-271-4/+3
* vm: Use QEMU's standard VGA emulation by default....Ludovic Courtès2014-12-131-1/+1
* linux-boot: Load modules and their dependencies, à la 'modprobe'....Ludovic Courtès2014-11-281-0/+2
* vm: Introduce 'file-system-mapping'....Ludovic Courtès2014-11-201-25/+68
* vm: Formalize use of '-virtfs' options....Ludovic Courtès2014-11-201-12/+37
* vm: The 'run-vm' scripts now passes its arguments to QEMU....Ludovic Courtès2014-11-081-2/+3
* vm: Fix 'vm --full-boot' to produce a sufficient disk image....Ludovic Courtès2014-11-081-15/+34
* vm: Support 'guix system vm --full-boot'....Ludovic Courtès2014-11-081-11/+16
* vm: Factorize common QEMU options....Ludovic Courtès2014-11-061-11/+15
* vm: Remove unused procedure....Ludovic Courtès2014-11-061-20/+0
* vm: Disable swap devices in virtualized OSes....Ludovic Courtès2014-11-051-0/+4
* linux-initrd: Adjust VM code and doc to new 'base-initrd' signature....Ludovic Courtès2014-09-221-10/+16
* linux-initrd: Remove now obsolete #:guile-modules-in-chroot? parameter....Ludovic Courtès2014-09-181-2/+1