summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
Commit message (Expand)AuthorAgeFilesLines
* 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
* system: Add first-class file system declarations....Ludovic Courtès2014-05-031-10/+36
* vm: Rewrite support procedures to use gexps....Ludovic Courtès2014-04-281-121/+91
* gnu: Use gexps in obvious places in (gnu system ...)....Ludovic Courtès2014-04-281-36/+24
* vm: Clarify 'system-qemu-image/shared-store-script'....Ludovic Courtès2014-04-231-13/+13
* vm: Move image creation to (guix build vm); split into several procedures....Ludovic Courtès2014-04-111-148/+15
* vm: 'expression->derivation-in-linux-vm' can import modules in the VM....Ludovic Courtès2014-04-111-9/+25
* vm: Strip import list....Ludovic Courtès2014-04-111-4/+1
* vm: Factorize input conversion....Ludovic Courtès2014-04-111-34/+22
* vm: Add (guix build vm) module....Ludovic Courtès2014-04-111-58/+19
* vm: Use QEMU's para-virtualized file system support for all VMs....Ludovic Courtès2014-04-101-6/+4
* gnu: guix: Upgrade to 0.6....Ludovic Courtès2014-04-091-4/+4
* vm: Add #:memory-size parameter for 'expression->derivation-in-linux-vm'....Ludovic Courtès2014-04-091-1/+4
* vm: 'expression->derivation-in-linux-vm' uses QEMU virtfs/9p....Ludovic Courtès2014-04-091-5/+12
* More /gnu/store replacements....Ludovic Courtès2014-03-101-2/+2
* gnu: linux-initrd: Make the pseudo-tty device nodes....Ludovic Courtès2014-03-101-1/+7
* gnu: vm: Remove '%demo-operating-system'....Ludovic Courtès2014-02-191-33/+3
* gnu: Introduce the (gnu services ...) modules....Ludovic Courtès2014-02-191-1/+1
* gnu: Move root's home directory to /root....Ludovic Courtès2014-02-081-0/+1
* gnu: vm: Create all the user directories....Ludovic Courtès2014-02-021-4/+14
* gnu: vm: Add /run/current-system and /bin/sh....Ludovic Courtès2014-02-021-4/+9
* gnu: vm: Add support for running a VM that shares its store with the host....Ludovic Courtès2014-01-311-22/+103
* gnu: linux-initrd: Properly distinguish between /dev/sda* and /dev/vda*....Ludovic Courtès2014-01-311-4/+4