gnu: vm: Add support for running a VM that shares its store with the host.
[jackhill/guix/guix.git] / gnu / system / vm.scm
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-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).
2013-12-08 Ludovic Courtèsgnu: Populate /etc upon startup.
2013-12-07 Ludovic Courtèsgnu: dmd: Add 'pam-services' field to <service>.
2013-12-07 Ludovic Courtèsgnu: vm: Fix inputs in 'file-union'.
2013-12-07 Ludovic Courtèsgnu: dmd: Add 'user-accounts' and 'user-groups' fields...
2013-12-06 Ludovic Courtèsgnu: Move /etc/resolv.conf handling to the networking...
2013-12-06 Ludovic Courtèsgnu: vm: Factorize /etc creation.
2013-12-04 Ludovic Courtèsderivations: Use more keyword parameters for 'build...
2013-11-20 Ludovic CourtèsMerge branch 'master' into core-updates
2013-11-18 Ludovic Courtèsgnu: vm: Really create a QCOW2-format image.
2013-10-03 Ludovic Courtèsgnu: vm: Rewrite helper functions as monadic functions.
2013-09-27 Ludovic Courtèsgnu: guix: Update to 0.4.
2013-09-27 Ludovic Courtèsgnu: vm: Remove erroneous store reference.
2013-09-27 Ludovic Courtèsgnu: vm: Add more packages to the profile.
2013-09-26 Ludovic CourtèsMerge branch 'core-updates'
2013-09-26 Ludovic Courtèsgnu: vm: Add a few packages to the default profile.
2013-09-26 Ludovic Courtèsgnu: vm: Set the right permissions and ownership on...
2013-09-26 Ludovic Courtèsgnu: vm: Add build users.
2013-09-26 Ludovic Courtèsgnu: vm: Add /etc/{services,protocols,rpc} to the image.
2013-09-26 Ludovic Courtèsgnu: vm: Add a 'guest' account.
2013-09-26 Ludovic Courtèsgnu: shadow: Add record type for user groups.
2013-09-26 Ludovic Courtèsgnu: shadow: Add record type for user accounts.
2013-09-26 Ludovic Courtèsgnu: vm: Set the default networking route.
2013-09-25 Ludovic CourtèsMerge branch 'master' into core-updates
2013-09-25 Ludovic Courtèsgnu: vm: Add nscd service.
2013-09-25 Ludovic Courtèsgnu: vm: Add 'networking' service.
2013-09-25 Ludovic Courtèsgnu: vm: Register the profile as a GC root.
2013-09-25 Ludovic Courtèsgnu: vm: Add 'host-name' service.
2013-09-25 Ludovic Courtèsgnu: vm: Add /etc/issue and a motd.
2013-09-25 Ludovic Courtèsgnu: vm: Change #:populate to a list of directives.
2013-09-25 Ludovic Courtèsgnu: vm: Add more ttys.
2013-09-25 Ludovic Courtèsgnu: vm: Change GRUB label.
2013-09-25 Ludovic Courtèsgnu: vm: Make a union of the visible packages; add...
2013-09-25 Ludovic Courtèsgnu: vm: Support derivation objects as inputs.
2013-09-24 Ludovic Courtèsgnu: vm: Add a service for the Guix daemon.
2013-09-24 Ludovic Courtèsgnu: vm: Initialize the image's store.
2013-09-22 Ludovic CourtèsMerge branch 'master' into core-updates
2013-09-20 Ludovic Courtèsgnu: QEMU images boots into dmd.
2013-09-18 Ludovic Courtèsderivations: 'derivation' and related procedures return...
2013-09-14 Andreas EngeMerge branch 'python'
2013-09-11 Ludovic Courtèsgnu: Move helper code to (gnu system …) modules.
2013-09-11 Ludovic Courtèsgnu: vm: Remove potluck hacks.
2013-09-10 Ludovic Courtèsgnu: vm: Setup PAM.
2013-09-10 Ludovic Courtèsgnu: vm: Create shadow files with the right format.
2013-09-09 Ludovic Courtèsgnu: vm: Copy /etc/shadow to the guest.
2013-09-08 Ludovic Courtèsgnu: vm: Create valid /etc/shadow and /etc/passwd.
2013-09-08 Ludovic Courtèsgnu: vm: Clear timestamps on the imported files, like...
2013-09-08 Ludovic CourtèsMerge branch 'master' into core-updates
2013-09-07 Ludovic Courtèsgnu: grub: Add support for building configuration files.
2013-09-05 Ludovic Courtèsgnu: vm: Add /etc/shadow in the QEMU image.
2013-09-05 Ludovic Courtèsgnu: vm: Remove unused 'qemu-image' argument.
2013-09-04 Ludovic Courtèsgnu: vm: First stab at building a populated QEMU image.
2013-09-04 Ludovic Courtèsgnu: vm: 'qemu-image' populates /dev on the target...
2013-08-31 Ludovic Courtèsgnu: vm: `qemu-image' can copy store closures into...
2013-08-31 Ludovic Courtèsgnu: `expression->derivation-in-linux-vm' accepts files...
2013-08-31 Ludovic Courtèsgnu: `expression->derivation-in-linux-vm' export refere...
2013-08-27 Ludovic Courtèsvm: Use more keyword parameters for `expression->deriva...
2013-08-23 Ludovic Courtèsgnu: Have `qemu-image' explicitly reboot when done.
2013-08-16 Ludovic Courtèsgnu: Remove QEMU-KVM, which is no longer needed.
2013-02-27 Ludovic CourtèsAdd (gnu system vm).
2013-02-16 Ludovic CourtèsAdd (gnu system vm).