services: mingetty-service: Use <mingetty-configuration> objects.
[jackhill/guix/guix.git] / gnu / system / vm.scm
2015-07-25 Ludovic Courtèsvm: Make the list of partitions to build a parameter.
2015-07-23 Ludovic Courtèsvm: Use the 'umount' procedure instead of util-linux...
2015-07-19 Mark H WeaverMerge branch 'master' into core-updates
2015-07-16 Ludovic Courtèssystem: Add 'kernel-arguments' field.
2015-07-10 David Thompsongnu: Include (guix build syscalls) module in initrd...
2015-07-08 David Thompsongnu: system: Move <file-system-mapping> into (gnu syste...
2015-05-23 宋文武Merge branch 'master' into gtk-rebuild
2015-04-08 宋文武Merge branch 'master' into core-updates
2015-04-05 Andy Wingosystem: Take kernel modules from the user-specified...
2015-01-27 Ludovic Courtèslinux-initrd: Add USB kernel modules to the default...
2014-12-14 Ludovic CourtèsMerge branch 'master' into 'core-updates'.
2014-12-13 Ludovic Courtèsvm: Use QEMU's standard VGA emulation by default.
2014-11-27 Ludovic Courtèslinux-boot: Load modules and their dependencies, à...
2014-11-20 Ludovic Courtèsvm: Introduce 'file-system-mapping'.
2014-11-20 Ludovic Courtèsvm: Formalize use of '-virtfs' options.
2014-11-08 Ludovic Courtèsvm: The 'run-vm' scripts now passes its arguments to...
2014-11-08 Ludovic Courtèsvm: Fix 'vm --full-boot' to produce a sufficient disk...
2014-11-08 Ludovic Courtèsvm: Support 'guix system vm --full-boot'.
2014-11-06 Ludovic Courtèsvm: Factorize common QEMU options.
2014-11-06 Ludovic Courtèsvm: Remove unused procedure.
2014-11-05 Ludovic Courtèsvm: Disable swap devices in virtualized OSes.
2014-09-22 Ludovic CourtèsMerge branch 'core-updates'
2014-09-22 Ludovic Courtèslinux-initrd: Adjust VM code and doc to new 'base-initr...
2014-09-18 Ludovic Courtèslinux-initrd: Remove now obsolete #:guile-modules-in...
2014-09-11 Mark H WeaverMerge branch 'master' into core-updates
2014-09-08 Ludovic Courtèslinux-initrd: Copy all the script's closure to the...
2014-09-08 Mark H WeaverMerge branch 'master' into core-updates
2014-09-06 Ludovic Courtèsgexp: Allow use of high-level objects in #:references...
2014-09-04 Ludovic Courtèsvm: Move store copy handling to (guix build store-copy).
2014-09-03 Ludovic CourtèsMove part of (gnu build linux-boot) to (gnu build file...
2014-09-03 Ludovic CourtèsRename (gnu build linux-initrd) to (gnu build linux...
2014-09-03 Ludovic CourtèsMove operating system helpers from (guix build …) to...
2014-08-28 Mark H WeaverMerge branch 'master' into core-updates
2014-08-28 Ludovic Courtèsgnu: Split (gnu packages base), adding (gnu packages...
2014-07-14 Ludovic Courtèsvm: Make sure disk image initrds load 'usb-storage...
2014-07-13 Ludovic CourtèsMerge branch 'bug-17853'
2014-07-13 Ludovic Courtèsvm: Add support for i686.
2014-07-04 Ludovic Courtèsvm: Enable QEMU support in the freestanding VM image.
2014-07-01 Ludovic Courtèslinux-initrd: Rename 'qemu-initrd' to 'base-initrd'.
2014-07-01 Ludovic Courtèslinux-initrd: Disable QEMU networking by default.
2014-07-01 Ludovic Courtèslinux-initrd: Make the virtio kernel modules optional.
2014-06-27 Ludovic Courtèssystem: Install /var/guix/profiles/system-1-link on...
2014-06-06 Ludovic CourtèsMerge branch 'master' into core-updates
2014-06-04 Ludovic Courtèsvm: Add #:name parameter for 'system-disk-image'.
2014-06-03 Ludovic Courtèsgnu: Merge Parted, fdisk, and ddrescue in (gnu packages...
2014-06-02 Ludovic Courtèssystem: File system sources can be marked as labels...
2014-05-30 Ludovic Courtèsvm: disk-image: Specify the root file system using...
2014-05-29 Ludovic Courtèsvm: Allow a volume name to be specified for the root...
2014-05-27 Ludovic CourtèsMerge branch 'master' into core-updates
2014-05-23 Ludovic Courtèsvm: Disable QEMU networking in the disk image initrd.
2014-05-22 Ludovic Courtèsvm: Add 'system-disk-image'.
2014-05-22 Ludovic Courtèsvm: Use a para-virtualized disk when creating an image.
2014-05-22 Ludovic Courtèsvm: Make the image format a parameter.
2014-05-20 Ludovic CourtèsAdd (gnu system file-systems).
2014-05-19 Ludovic Courtèsvm: Make the device name a parameter.
2014-05-17 Ludovic Courtèssystem: Make /run/current-system at activation time.
2014-05-15 Ludovic Courtèssystem: Add (guix build install) module.
2014-05-15 Ludovic Courtèsvm: Support initialization of the store DB when the...
2014-05-14 Ludovic Courtèsvm: Keep acceptable file systems from the original OS.
2014-05-13 Ludovic Courtèsvm: Pass '-serial stdio' in the run-vm.sh.
2014-05-11 Ludovic Courtèssystem: Make accounts and groups at activation time.
2014-05-10 Ludovic Courtèsvm: Fix recently-introduced regression in 'operating...
2014-05-03 Ludovic Courtèslinux-initrd: Check the root and other early file systems.
2014-05-03 Ludovic Courtèsvm: Provide a root partition for the freestanding VM...
2014-05-03 Ludovic Courtèsvm: Make root file system type a parameter, and default...
2014-05-02 Ludovic Courtèssystem: Add first-class file system declarations.
2014-04-28 Ludovic Courtèsvm: Rewrite support procedures to use gexps.
2014-04-28 Ludovic Courtèsgnu: Use gexps in obvious places in (gnu system ...).
2014-04-23 Ludovic Courtèsvm: Clarify 'system-qemu-image/shared-store-script'.
2014-04-11 Ludovic Courtèsvm: Move image creation to (guix build vm); split into...
2014-04-11 Ludovic Courtèsvm: 'expression->derivation-in-linux-vm' can import...
2014-04-11 Ludovic Courtèsvm: Strip import list.
2014-04-11 Ludovic Courtèsvm: Factorize input conversion.
2014-04-11 Ludovic Courtèsvm: Add (guix build vm) module.
2014-04-10 Ludovic Courtèsvm: Use QEMU's para-virtualized file system support...
2014-04-09 Ludovic Courtèsgnu: guix: Upgrade to 0.6.
2014-04-09 Ludovic Courtèsvm: Add #:memory-size parameter for 'expression->deriva...
2014-04-09 Ludovic Courtèsvm: 'expression->derivation-in-linux-vm' uses QEMU...
2014-03-17 Ludovic CourtèsMerge branch 'master' into core-updates
2014-03-10 Ludovic CourtèsMore /gnu/store replacements.
2014-03-10 Ludovic CourtèsMerge branch 'master' into core-updates
2014-03-10 Ludovic Courtèsgnu: linux-initrd: Make the pseudo-tty device nodes.
2014-02-21 Ludovic CourtèsMerge branch 'master' into core-updates
2014-02-19 Ludovic Courtèsgnu: vm: Remove '%demo-operating-system'.
2014-02-19 Ludovic Courtèsgnu: Introduce the (gnu services ...) modules.
2014-02-07 Ludovic Courtèsgnu: Move root's home directory to /root.
2014-02-02 Ludovic Courtèsgnu: vm: Create all the user directories.
2014-02-02 Ludovic Courtèsgnu: vm: Add /run/current-system and /bin/sh.
2014-01-31 Ludovic Courtèsgnu: vm: Add support for running a VM that shares its...
2014-01-31 Ludovic Courtèsgnu: linux-initrd: Properly distinguish between /dev...
2014-01-30 Ludovic Courtèsgnu: vm: Run QEMU with '-enable-kvm'.
2014-01-29 Ludovic Courtèsgnu: linux-initrd: Factorize boot code.
2014-01-29 Ludovic Courtèsgnu: Lower initrd makers from packages to monadic proce...
2014-01-25 Ludovic CourtèsMerge branch 'master' into core-updates
2014-01-13 Ludovic Courtèsgnu: Changes references to (gnu packages admin).
2013-12-11 Ludovic Courtèsgnu: vm: Increase size of VM image.
2013-12-10 Ludovic Courtèsgnu: Honor the operating system's locale and timezone.
2013-12-09 Ludovic Courtèsgnu: Allow a plain list of packages in 'operating-system'.
2013-12-09 Ludovic Courtèsgnu: Add 'inputs' field to <user-account>; make 'shell...
2013-12-09 Ludovic Courtèsgnu: Add (gnu system).
next