summaryrefslogtreecommitdiff
path: root/gnu/build
Commit message (Expand)AuthorAgeFilesLines
* 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
* gnu: Make 'mount' interface in static Guile consistent with Guix API....David Thompson2015-06-191-6/+3
* install: Turn off deduplication for the binary tarball....Ludovic Courtès2015-06-181-6/+14
* install: Really overwrite TARGET/var/guix/profiles/system-1-link....Ludovic Courtès2015-06-101-3/+13
* gnu: linux-boot: Remove outdated and misleading comment....Ludovic Courtès2015-05-241-1/+0
* system: activate-ptrace-attach: Handle kernels without YAMA support....Mark H Weaver2015-05-091-3/+5
* activation: Make user copies of the skeletons writable....Ludovic Courtès2015-05-051-3/+28
* install: Make /var/lock....Ludovic Courtès2015-04-291-0/+1
* file-systems: Use a second 'mount' call for read-only bind mounts....Ludovic Courtès2015-04-201-4/+13
* install: Add a procedure to build a self-contained binary tarball....Ludovic Courtès2015-04-141-1/+42
* system: Allow users to PTRACE_ATTACH to their own processes....Ludovic Courtès2015-04-121-0/+13
* activation: Remove undeclared user accounts and groups....Ludovic Courtès2015-04-081-3/+46
* install: Create /var/tmp....Ludovic Courtès2015-03-311-1/+2
* system: Add /etc/ssl symlink; set needed variables in /etc/profile....Mark H Weaver2015-03-031-0/+10
* linux-boot: Don't fail if /root/etc/mtab is a dangling symlink....Ludovic Courtès2015-01-281-2/+2
* linux-boot: Make /etc/mtab a symlink to /proc/self/mounts....宋文武2015-01-052-9/+5
* activation: Copy the account skeletons when creating the 'root' account....Ludovic Courtès2014-12-131-3/+21
* system: Don't make /boot/grub/grub.cfg a symlink to the store....Ludovic Courtès2014-12-092-18/+14
* activation: Don't create unneeded "/var/guix/gcroots/etc-directory"....Ludovic Courtès2014-12-061-5/+1
* system: Make /boot/grub/grub.cfg an indirect GC root....Ludovic Courtès2014-12-042-4/+21
* linux-modules: Correctly propagate error code from 'init_module'....Ludovic Courtès2014-11-281-5/+1
* linux-boot: Load modules and their dependencies, à la 'modprobe'....Ludovic Courtès2014-11-281-15/+15
* system: Add (gnu build linux-modules)....Ludovic Courtès2014-11-281-0/+170
* linux-boot: Call 'pre-mount' before 'mount-root-file-system'....Ludovic Courtès2014-11-261-6/+8
* linux-boot: Error out when 'pre-mount' returns #f....Ludovic Courtès2014-11-261-2/+3
* linux-boot: Don't catch exceptions thrown by 'mount-root-file-system'....Ludovic Courtès2014-11-201-33/+27
* file-systems: Always write the options field in /etc/mtab....Ludovic Courtès2014-11-201-1/+1
* vm: Set the boot flag on the root partition....Ludovic Courtès2014-11-131-11/+19
* linux-boot: Make more disk partition block devices....Ludovic Courtès2014-11-131-1/+1
* activation: Set the firmware search path....Ludovic Courtès2014-11-111-0/+10
* system: Allow Linux-libre to find our 'modprobe' command....Ludovic Courtès2014-11-021-0/+7
* system: Add support for boot-time mapped devices....Ludovic Courtès2014-09-221-3/+9
* activation: Ensure existing user accounts have the right settings....Ludovic Courtès2014-09-221-17/+43
* linux-boot: Ask fsck for a progress bar....Ludovic Courtès2014-09-191-1/+1
* linux-initrd: Remove now obsolete #:guile-modules-in-chroot? parameter....Ludovic Courtès2014-09-181-17/+0
* activation: Honor $GUIX_NEW_SYSTEM for use by 'guix system reconfigure'....Ludovic Courtès2014-09-121-1/+6
* activation: Set the permissions of /etc/sudoers to 440....Ludovic Courtès2014-09-121-28/+34
* activation: Make the /bin/sh symlink at activation time....Ludovic Courtès2014-09-122-1/+6
* activation: Make sure /etc/sudoers & co. are regular files....Ludovic Courtès2014-09-121-1/+8
* activation: Remove outdated comment....Ludovic Courtès2014-09-121-2/+0