aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
blob: 1e30a74a64f51ec735dcc44ff4dfe5fa4fa13c6f (about) (plain)
1
2
3
4
5
6
7
8
9
GNU Guix consists of Scheme code that implements the deployment model
of the Nix package management tool.  In fact, it currently talks to a
build daemon whose code comes from Nix (see the manual for details.)

Nix was initially written by Eelco Dolstra; other people have been
contributing to it.  See `nix/AUTHORS' for details.

The list of GNU Guix contributors is now generated from the output of
'git log' and written to this file, as can be seen in release tarballs.
commit/gnu/build/vm.scm?id=575065bd1c3fbe80ee725bbc483aecfc6e870a1c'>vm: Add comment about deduplication in make-iso9660-image....Christopher Baines 2017-09-06vm: Create /mnt in the generated ISO image in make-iso9660-image....Christopher Baines 2017-09-06vm: Add support for registering closures to make-iso9660-image....Christopher Baines 2017-07-18vm: 'iso9660-image' produces a single-file output....Ludovic Courtès 2017-07-18vm: Increase disk size overhead estimate....Tobias Geerinckx-Rice 2017-07-17build, vm: Use a less common label....Tobias Geerinckx-Rice 2017-07-12build: Make ISO-9660 image bootable from USB flash drive....Danny Milosavljevic 2017-07-10build, vm: Use "GuixSD" or "GUIXSD" as volume label....Danny Milosavljevic 2017-07-03build: Add (gnu build file-systems) import....Danny Milosavljevic 2017-07-03build: Clarify error message when make-iso9660-image fails....Danny Milosavljevic 2017-07-03build: Allow specifying volume-uuid with make-iso9660-image....Danny Milosavljevic 2017-07-03build: Add iso9660 system image generator....Danny Milosavljevic 2017-06-30vm: Use 'fold2' from (guix combinators)....Ludovic Courtès 2017-06-30vm: Estimate the disk size by default....Ludovic Courtès 2017-06-30vm: Display the disk and partition sizes....Ludovic Courtès 2017-06-30vm: Fix 'load-in-linux-vm' docstring....Ludovic Courtès 2017-05-19vm: Add UEFI loader to disk images....Marius Bakke 2017-05-19vm: Support creating FAT partitions....Marius Bakke 2017-05-19vm: Support arbitrary partition flags....Marius Bakke 2017-05-16bootloader: Adapt vm to new bootloader API....Mathieu Othacehe 2017-04-15vm: Reword grub.cfg to bootcfg....Mathieu Othacehe 2017-04-07vm: Add missing module....Mathieu Othacehe 2016-11-28vm: Avoid needless file copy in 'load-in-linux-vm'....Ludovic Courtès 2016-06-20vm: 'qemu-command' honors its argument....Ludovic Courtès 2016-02-22vm: Only pass "-enable-kvm" to qemu if /dev/kvm is present....Christopher Allan Webber 2015-07-26vm: Make the list of partitions to build a parameter....Ludovic Courtès 2015-07-24vm: Use the 'umount' procedure instead of util-linux's 'umount' command....Ludovic Courtès 2014-12-09system: Don't make /boot/grub/grub.cfg a symlink to the store....Ludovic Courtès 2014-12-04system: Make /boot/grub/grub.cfg an indirect GC root....Ludovic Courtès 2014-11-13vm: Set the boot flag on the root partition....Ludovic Courtès 2014-09-04vm: Move store copy handling to (guix build store-copy)....Ludovic Courtès 2014-09-03Rename (gnu build linux-initrd) to (gnu build linux-boot)....Ludovic Courtès 2014-09-03Move operating system helpers from (guix build …) to (gnu build …)....Ludovic Courtès