summaryrefslogtreecommitdiff
path: root/gnu/build
Commit message (Expand)AuthorAgeFilesLines
* container: Pass a list of <file-system> objects as things to mount....Ludovic Courtès2016-11-101-8/+11
* install: Extract procedure: install-grub-config....Chris Marusich2016-11-061-8/+15
* gnu: build: file-system: Change url of LUKS specification....ng02016-11-061-1/+1
* file-systems: 'disk-partitions' detected partitions from mapped devices....Ludovic Courtès2016-10-271-16/+19
* svg: Autoload Guile-RSVG and Guile-Cairo....Ludovic Courtès2016-10-251-3/+5
* system: grub: Use Guile-{RSVG,Cairo} instead of Inkscape + ImageMagick....Ludovic Courtès2016-10-251-0/+69
* container: Allow 'container-excursion' to the same namespaces....Ludovic Courtès2016-10-191-9/+11
* activation: Don't fail if /var/lib exists....Leo Famulari2016-09-061-1/+1
* activation: Allow home directories to be created under /var/lib....David Craven2016-09-061-0/+3
* file-systems: Always use (guix build syscalls)....Ludovic Courtès2016-09-051-22/+12
* tests: Make sure /var/guix/gcroots/profiles is a valid symlink....Ludovic Courtès2016-08-291-1/+5
* system: Add 'create-home-directory?' field to <user-account>....Ludovic Courtès2016-08-281-5/+10
* vm: 'qemu-command' honors its argument....Ludovic Courtès2016-06-201-3/+3
* container: Gracefully report mount errors in the child process....Ludovic Courtès2016-05-311-12/+30
* container: Gracefully handle failure to set up user namespaces....Ludovic Courtès2016-05-311-9/+12
* Add (gnu tests) and (gnu build marionette)....Ludovic Courtès2016-05-041-0/+206
* file-systems: Add 'find-partition-by-luks-uuid'....Ludovic Courtès2016-04-171-17/+95
* file-systems: Separate ENOENT catching from ext2 superblock reads....Ludovic Courtès2016-04-171-16/+20
* activation: Copy account skeletons silently....Ludovic Courtès2016-03-241-1/+2
* system: Allow account skeletons to be directories....Ludovic Courtès2016-03-201-2/+3
* build: reset-timestamps: Include directories....Ricardo Wurmus2016-03-141-1/+1
* vm: Only pass "-enable-kvm" to qemu if /dev/kvm is present....Christopher Allan Webber2016-02-221-5/+14
* linux-modules: Use normalized module names for 'modprobe.blacklist'....Ludovic Courtès2016-02-211-4/+16
* file-systems: Spawn a Bournish REPL upon fsck failure....Ludovic Courtès2016-02-081-2/+4
* Rename 'dmd' to 'shepherd' in comments and strings....Alex Kost2016-01-291-1/+1
* Rename '/root/etc/dmd' directory and 'do-not-kill' file....Alex Kost2016-01-291-4/+4
* build: container: Make 'unprivileged-user-namespace-supported?' more robust....Mark H Weaver2016-01-231-1/+1
* linux-modules: Support 'modprobe.blacklist' on the command line....Ludovic Courtès2016-01-161-21/+57
* linux-boot: Remove verbose output for module loads....Ludovic Courtès2016-01-052-3/+2
* system: Allow the root file system to be named by UUID....Ludovic Courtès2016-01-011-4/+11
* file-systems: Move 'string->uuid' to the build side....Ludovic Courtès2016-01-011-1/+45
* build: container: Add feature test predicates....David Thompson2015-11-031-1/+21
* container: Remove unnecessary CLONE_CHILD_* flags....Ludovic Courtès2015-10-281-1/+1
* file-systems: Do not truncate mount points that already exist....Ludovic Courtès2015-10-171-1/+1
* build: container: Fix call-with-clean-exit....David Thompson2015-10-101-1/+3
* linux-boot: Mount /dev as a devtmpfs from the start....Ludovic Courtès2015-09-201-11/+9
* linux-initrd: Compress cpio archives deterministically....Ludovic Courtès2015-09-091-1/+3
* build: container: Use the same clone flags as fork(3)....David Thompson2015-09-071-1/+2
* build: container: Setup /dev/console....David Thompson2015-09-071-2/+13
* build: container: Add #:host-uids argument to call-with-container....David Thompson2015-08-081-19/+19
* build: file-systems: Allow for bind mounting regular files....David Thompson2015-08-081-1/+14
* vm: Make the list of partitions to build a parameter....Ludovic Courtès2015-07-261-95/+168
* vm: Use the 'umount' procedure instead of util-linux's 'umount' command....Ludovic Courtès2015-07-241-3/+3
* file-systems: Implement partition lookup by UUID....Ludovic Courtès2015-07-141-39/+85
* file-systems: Use (guix build syscalls) at build time if needed....Ludovic Courtès2015-07-141-3/+4
* gnu: build: Add Linux container module....David Thompson2015-07-091-0/+260
* build: file-systems: Import (guix build syscalls) for non-static Guiles....David Thompson2015-07-091-0/+7
* linux-initrd: Produce cpio archives with zeroed timestamps, etc....Ludovic Courtès2015-06-241-1/+2
* linux-initrd: Populate cpio archives in a deterministic order....Ludovic Courtès2015-06-241-15/+16
* linux-initrd: Use (guix cpio) instead of GNU cpio....Ludovic Courtès2015-06-241-37/+35