index
:
software/guix
master
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
system
/
vm.scm
Commit message (
Expand
)
Author
Age
Files
Lines
*
vm: Make the image format a parameter.
...
Ludovic Courtès
2014-05-22
1
-6
/
+12
*
Add (gnu system file-systems).
...
Ludovic Courtès
2014-05-20
1
-0
/
+1
*
vm: Make the device name a parameter.
...
Ludovic Courtès
2014-05-19
1
-1
/
+2
*
system: Make /run/current-system at activation time.
...
Ludovic Courtès
2014-05-18
1
-52
/
+7
*
system: Add (guix build install) module.
...
Ludovic Courtès
2014-05-15
1
-3
/
+2
*
vm: Support initialization of the store DB when the store is shared.
...
Ludovic Courtès
2014-05-15
1
-17
/
+23
*
vm: Keep acceptable file systems from the original OS.
...
Ludovic Courtès
2014-05-14
1
-14
/
+35
*
vm: Pass '-serial stdio' in the run-vm.sh.
...
Ludovic Courtès
2014-05-14
1
-0
/
+1
*
system: Make accounts and groups at activation time.
...
Ludovic Courtès
2014-05-11
1
-13
/
+2
*
vm: Fix recently-introduced regression in 'operating-system-services' use.
...
Ludovic Courtès
2014-05-10
1
-8
/
+8
*
linux-initrd: Check the root and other early file systems.
...
Ludovic Courtès
2014-05-04
1
-3
/
+6
*
vm: Provide a root partition for the freestanding VM image.
...
Ludovic Courtès
2014-05-03
1
-13
/
+22
*
vm: Make root file system type a parameter, and default to ext4.
...
Ludovic Courtès
2014-05-03
1
-4
/
+7
*
system: Add first-class file system declarations.
...
Ludovic Courtès
2014-05-03
1
-10
/
+36
*
vm: Rewrite support procedures to use gexps.
...
Ludovic Courtès
2014-04-28
1
-121
/
+91
*
gnu: Use gexps in obvious places in (gnu system ...).
...
Ludovic Courtès
2014-04-28
1
-36
/
+24
*
vm: Clarify 'system-qemu-image/shared-store-script'.
...
Ludovic Courtès
2014-04-23
1
-13
/
+13
*
vm: Move image creation to (guix build vm); split into several procedures.
...
Ludovic Courtès
2014-04-11
1
-148
/
+15
*
vm: 'expression->derivation-in-linux-vm' can import modules in the VM.
...
Ludovic Courtès
2014-04-11
1
-9
/
+25
*
vm: Strip import list.
...
Ludovic Courtès
2014-04-11
1
-4
/
+1
*
vm: Factorize input conversion.
...
Ludovic Courtès
2014-04-11
1
-34
/
+22
*
vm: Add (guix build vm) module.
...
Ludovic Courtès
2014-04-11
1
-58
/
+19
*
vm: Use QEMU's para-virtualized file system support for all VMs.
...
Ludovic Courtès
2014-04-10
1
-6
/
+4
*
gnu: guix: Upgrade to 0.6.
...
Ludovic Courtès
2014-04-09
1
-4
/
+4
*
vm: Add #:memory-size parameter for 'expression->derivation-in-linux-vm'.
...
Ludovic Courtès
2014-04-09
1
-1
/
+4
*
vm: 'expression->derivation-in-linux-vm' uses QEMU virtfs/9p.
...
Ludovic Courtès
2014-04-09
1
-5
/
+12
*
More /gnu/store replacements.
...
Ludovic Courtès
2014-03-10
1
-2
/
+2
*
gnu: linux-initrd: Make the pseudo-tty device nodes.
...
Ludovic Courtès
2014-03-10
1
-1
/
+7
*
gnu: vm: Remove '%demo-operating-system'.
...
Ludovic Courtès
2014-02-19
1
-33
/
+3
*
gnu: Introduce the (gnu services ...) modules.
...
Ludovic Courtès
2014-02-19
1
-1
/
+1
*
gnu: Move root's home directory to /root.
...
Ludovic Courtès
2014-02-08
1
-0
/
+1
*
gnu: vm: Create all the user directories.
...
Ludovic Courtès
2014-02-02
1
-4
/
+14
*
gnu: vm: Add /run/current-system and /bin/sh.
...
Ludovic Courtès
2014-02-02
1
-4
/
+9
*
gnu: vm: Add support for running a VM that shares its store with the host.
...
Ludovic Courtès
2014-01-31
1
-22
/
+103
*
gnu: linux-initrd: Properly distinguish between /dev/sda* and /dev/vda*.
...
Ludovic Courtès
2014-01-31
1
-4
/
+4
*
gnu: vm: Run QEMU with '-enable-kvm'.
...
Ludovic Courtès
2014-01-30
1
-1
/
+2
*
gnu: linux-initrd: Factorize boot code.
...
Ludovic Courtès
2014-01-29
1
-2
/
+2
*
gnu: Lower initrd makers from packages to monadic procedures.
...
Ludovic Courtès
2014-01-29
1
-7
/
+10
*
gnu: Changes references to (gnu packages admin).
...
Ludovic Courtès
2014-01-13
1
-1
/
+1
*
gnu: vm: Increase size of VM image.
...
Ludovic Courtès
2013-12-11
1
-3
/
+5
*
gnu: Honor the operating system's locale and timezone.
...
Ludovic Courtès
2013-12-10
1
-2
/
+3
*
gnu: Allow a plain list of packages in 'operating-system'.
...
Ludovic Courtès
2013-12-10
1
-14
/
+19
*
gnu: Add 'inputs' field to <user-account>; make 'shell' a monadic value.
...
Ludovic Courtès
2013-12-10
1
-3
/
+1
*
gnu: Add (gnu system).
...
Ludovic Courtès
2013-12-10
1
-254
/
+47
*
gnu: Populate /etc upon startup.
...
Ludovic Courtès
2013-12-08
1
-13
/
+1
*
gnu: dmd: Add 'pam-services' field to <service>.
...
Ludovic Courtès
2013-12-07
1
-4
/
+3
*
gnu: vm: Fix inputs in 'file-union'.
...
Ludovic Courtès
2013-12-07
1
-5
/
+18
*
gnu: dmd: Add 'user-accounts' and 'user-groups' fields to <service>.
...
Ludovic Courtès
2013-12-07
1
-17
/
+17
*
gnu: Move /etc/resolv.conf handling to the networking service.
...
Ludovic Courtès
2013-12-07
1
-7
/
+2
*
gnu: vm: Factorize /etc creation.
...
Ludovic Courtès
2013-12-07
1
-95
/
+137
[next]