summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
Commit message (Expand)AuthorAgeFilesLines
* 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
* linux-initrd: Copy all the script's closure to the initrd....Ludovic Courtès2014-09-081-1/+3
* gexp: Allow use of high-level objects in #:references-graphs....Ludovic Courtès2014-09-061-42/+40
* vm: Move store copy handling to (guix build store-copy)....Ludovic Courtès2014-09-041-1/+2
* Move part of (gnu build linux-boot) to (gnu build file-systems)....Ludovic Courtès2014-09-031-0/+1
* Rename (gnu build linux-initrd) to (gnu build linux-boot)....Ludovic Courtès2014-09-031-1/+1
* Move operating system helpers from (guix build …) to (gnu build …)....Ludovic Courtès2014-09-031-6/+6
* gnu: Split (gnu packages base), adding (gnu packages commencement)....Ludovic Courtès2014-08-281-5/+5
* vm: Make sure disk image initrds load 'usb-storage.ko'....Ludovic Courtès2014-07-141-3/+5
* vm: Add support for i686....Ludovic Courtès2014-07-131-1/+4
* vm: Enable QEMU support in the freestanding VM image....Ludovic Courtès2014-07-041-0/+5
* linux-initrd: Rename 'qemu-initrd' to 'base-initrd'....Ludovic Courtès2014-07-011-3/+3
* linux-initrd: Disable QEMU networking by default....Ludovic Courtès2014-07-011-3/+4
* linux-initrd: Make the virtio kernel modules optional....Ludovic Courtès2014-07-011-1/+4
* system: Install /var/guix/profiles/system-1-link on new systems....Ludovic Courtès2014-06-271-5/+10
* vm: Add #:name parameter for 'system-disk-image'....Ludovic Courtès2014-06-041-1/+3
* gnu: Merge Parted, fdisk, and ddrescue in (gnu packages disk)....Ludovic Courtès2014-06-031-1/+1
* system: File system sources can be marked as labels or devices....Ludovic Courtès2014-06-031-0/+1
* vm: disk-image: Specify the root file system using a label....Ludovic Courtès2014-05-301-1/+8
* vm: Allow a volume name to be specified for the root partition....Ludovic Courtès2014-05-291-5/+8
* vm: Disable QEMU networking in the disk image initrd....Ludovic Courtès2014-05-231-1/+5
* vm: Add 'system-disk-image'....Ludovic Courtès2014-05-221-2/+38
* vm: Use a para-virtualized disk when creating an image....Ludovic Courtès2014-05-221-1/+1
* vm: Make the image format a parameter....Ludovic Courtès2014-05-221-6/+12
* Add (gnu system file-systems)....Ludovic Courtès2014-05-201-0/+1
* vm: Make the device name a parameter....Ludovic Courtès2014-05-191-1/+2
* system: Make /run/current-system at activation time....Ludovic Courtès2014-05-181-52/+7
* system: Add (guix build install) module....Ludovic Courtès2014-05-151-3/+2
* vm: Support initialization of the store DB when the store is shared....Ludovic Courtès2014-05-151-17/+23
* vm: Keep acceptable file systems from the original OS....Ludovic Courtès2014-05-141-14/+35
* vm: Pass '-serial stdio' in the run-vm.sh....Ludovic Courtès2014-05-141-0/+1
* system: Make accounts and groups at activation time....Ludovic Courtès2014-05-111-13/+2
* vm: Fix recently-introduced regression in 'operating-system-services' use....Ludovic Courtès2014-05-101-8/+8
* linux-initrd: Check the root and other early file systems....Ludovic Courtès2014-05-041-3/+6
* vm: Provide a root partition for the freestanding VM image....Ludovic Courtès2014-05-031-13/+22
* vm: Make root file system type a parameter, and default to ext4....Ludovic Courtès2014-05-031-4/+7