summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
AgeCommit message (Expand)Author
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
2016-05-04tests: Add whole-system test....Ludovic Courtès
2016-05-04Add (gnu tests) and (gnu build marionette)....Ludovic Courtès
2016-04-29guix system: Reduce size of image produced for 'vm' action....Ludovic Courtès
2016-02-22vm: Only pass "-enable-kvm" to qemu if /dev/kvm is present....Christopher Allan Webber
2016-02-08file-systems: Spawn a Bournish REPL upon fsck failure....Ludovic Courtès
2016-01-01system: Allow the root file system to have a UUID....Ludovic Courtès
2015-11-21gnu: Add qemu-minimal....Ludovic Courtès
2015-11-03system: Rename (gnu system linux) to (gnu system pam)....Ludovic Courtès
2015-07-26vm: Make the list of partitions to build a parameter....Ludovic Courtès
2015-07-24vm: Use the 'umount' procedure instead of util-linux's 'umount' command....Ludovic Courtès
2015-07-17system: Add 'kernel-arguments' field....Ludovic Courtès
2015-07-10gnu: Include (guix build syscalls) module in initrd/VM derivations....David Thompson
2015-07-07gnu: system: Move <file-system-mapping> into (gnu system file-systems)....David Thompson
2015-04-05system: Take kernel modules from the user-specified kernel....Andy Wingo
2015-01-27linux-initrd: Add USB kernel modules to the default initrd....Ludovic Courtès
2014-12-13vm: Use QEMU's standard VGA emulation by default....Ludovic Courtès
2014-11-28linux-boot: Load modules and their dependencies, à la 'modprobe'....Ludovic Courtès
2014-11-20vm: Introduce 'file-system-mapping'....Ludovic Courtès
2014-11-20vm: Formalize use of '-virtfs' options....Ludovic Courtès
2014-11-08vm: The 'run-vm' scripts now passes its arguments to QEMU....Ludovic Courtès
2014-11-08vm: Fix 'vm --full-boot' to produce a sufficient disk image....Ludovic Courtès
2014-11-08vm: Support 'guix system vm --full-boot'....Ludovic Courtès
2014-11-06vm: Factorize common QEMU options....Ludovic Courtès
2014-11-06vm: Remove unused procedure....Ludovic Courtès
2014-11-05vm: Disable swap devices in virtualized OSes....Ludovic Courtès
2014-09-22linux-initrd: Adjust VM code and doc to new 'base-initrd' signature....Ludovic Courtès
2014-09-18linux-initrd: Remove now obsolete #:guile-modules-in-chroot? parameter....Ludovic Courtès
2014-09-08linux-initrd: Copy all the script's closure to the initrd....Ludovic Courtès
2014-09-06gexp: Allow use of high-level objects in #:references-graphs....Ludovic Courtès