summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
Commit message (Expand)AuthorAge
* vm: The 'run-vm' scripts now passes its arguments to QEMU.Ludovic Courtès2014-11-08
* vm: Fix 'vm --full-boot' to produce a sufficient disk image.Ludovic Courtès2014-11-08
* vm: Support 'guix system vm --full-boot'.Ludovic Courtès2014-11-08
* vm: Factorize common QEMU options.Ludovic Courtès2014-11-06
* vm: Remove unused procedure.Ludovic Courtès2014-11-06
* vm: Disable swap devices in virtualized OSes.Ludovic Courtès2014-11-05
* linux-initrd: Adjust VM code and doc to new 'base-initrd' signature.Ludovic Courtès2014-09-22
* linux-initrd: Remove now obsolete #:guile-modules-in-chroot? parameter.Ludovic Courtès2014-09-18
* linux-initrd: Copy all the script's closure to the initrd.Ludovic Courtès2014-09-08
* gexp: Allow use of high-level objects in #:references-graphs.Ludovic Courtès2014-09-06
* vm: Move store copy handling to (guix build store-copy).Ludovic Courtès2014-09-04
* Move part of (gnu build linux-boot) to (gnu build file-systems).Ludovic Courtès2014-09-03
* Rename (gnu build linux-initrd) to (gnu build linux-boot).Ludovic Courtès2014-09-03
* Move operating system helpers from (guix build …) to (gnu build …).Ludovic Courtès2014-09-03
* gnu: Split (gnu packages base), adding (gnu packages commencement).Ludovic Courtès2014-08-28
* vm: Make sure disk image initrds load 'usb-storage.ko'.Ludovic Courtès2014-07-14
* vm: Add support for i686.Ludovic Courtès2014-07-13
* vm: Enable QEMU support in the freestanding VM image.Ludovic Courtès2014-07-04
* linux-initrd: Rename 'qemu-initrd' to 'base-initrd'.Ludovic Courtès2014-07-01
* linux-initrd: Disable QEMU networking by default.Ludovic Courtès2014-07-01
* linux-initrd: Make the virtio kernel modules optional.Ludovic Courtès2014-07-01
* system: Install /var/guix/profiles/system-1-link on new systems.Ludovic Courtès2014-06-27
* vm: Add #:name parameter for 'system-disk-image'.Ludovic Courtès2014-06-04
* gnu: Merge Parted, fdisk, and ddrescue in (gnu packages disk).Ludovic Courtès2014-06-03
* system: File system sources can be marked as labels or devices.Ludovic Courtès2014-06-03
* vm: disk-image: Specify the root file system using a label.Ludovic Courtès2014-05-30
* vm: Allow a volume name to be specified for the root partition.Ludovic Courtès2014-05-29
* vm: Disable QEMU networking in the disk image initrd.Ludovic Courtès2014-05-23
* vm: Add 'system-disk-image'.Ludovic Courtès2014-05-22
* vm: Use a para-virtualized disk when creating an image.Ludovic Courtès2014-05-22
* vm: Make the image format a parameter.Ludovic Courtès2014-05-22
* Add (gnu system file-systems).Ludovic Courtès2014-05-20
* vm: Make the device name a parameter.Ludovic Courtès2014-05-19
* system: Make /run/current-system at activation time.Ludovic Courtès2014-05-18
* system: Add (guix build install) module.Ludovic Courtès2014-05-15
* vm: Support initialization of the store DB when the store is shared.Ludovic Courtès2014-05-15
* vm: Keep acceptable file systems from the original OS.Ludovic Courtès2014-05-14
* vm: Pass '-serial stdio' in the run-vm.sh.Ludovic Courtès2014-05-14
* system: Make accounts and groups at activation time.Ludovic Courtès2014-05-11
* vm: Fix recently-introduced regression in 'operating-system-services' use.Ludovic Courtès2014-05-10
* linux-initrd: Check the root and other early file systems.Ludovic Courtès2014-05-04
* vm: Provide a root partition for the freestanding VM image.Ludovic Courtès2014-05-03
* vm: Make root file system type a parameter, and default to ext4.Ludovic Courtès2014-05-03
* system: Add first-class file system declarations.Ludovic Courtès2014-05-03
* vm: Rewrite support procedures to use gexps.Ludovic Courtès2014-04-28
* gnu: Use gexps in obvious places in (gnu system ...).Ludovic Courtès2014-04-28
* vm: Clarify 'system-qemu-image/shared-store-script'.Ludovic Courtès2014-04-23
* vm: Move image creation to (guix build vm); split into several procedures.Ludovic Courtès2014-04-11
* vm: 'expression->derivation-in-linux-vm' can import modules in the VM.Ludovic Courtès2014-04-11
* vm: Strip import list.Ludovic Courtès2014-04-11