summaryrefslogtreecommitdiff
path: root/gnu/build
Commit message (Expand)AuthorAgeFilesLines
* 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
* activation: Factorize the link-or-copy trick....Ludovic Courtès2014-09-121-7/+12
* install: Gracefully handle corner cases with 'guix system init foo /'....Ludovic Courtès2014-09-101-12/+33
* linux-initrd: Store Linux modules in a normal store directory....Ludovic Courtès2014-09-082-13/+7
* linux-initrd: Move initrd creation code to (guix build linux-initrd)....Ludovic Courtès2014-09-081-1/+76
* linux-initrd: Copy all the script's closure to the initrd....Ludovic Courtès2014-09-081-0/+1
* linux-initrd: Build cpio archives without '--no-absolute-filenames'....Ludovic Courtès2014-09-081-2/+4
* vm: Move store copy handling to (guix build store-copy)....Ludovic Courtès2014-09-041-36/+1
* linux-initrd: Factorize cpio archive creation....Ludovic Courtès2014-09-031-0/+70
* Move part of (gnu build linux-boot) to (gnu build file-systems)....Ludovic Courtès2014-09-032-258/+300
* Rename (gnu build linux-initrd) to (gnu build linux-boot)....Ludovic Courtès2014-09-033-3/+3
* Move operating system helpers from (guix build …) to (gnu build …)....Ludovic Courtès2014-09-034-0/+1322