summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2014-06-13pull: Copy and compile gnu.scm.Ludovic Courtès
2014-06-06services: Use a fixed GID for the build group and use that for the store.Ludovic Courtès
2014-06-04activation: Only create groups that do not exist yet.Ludovic Courtès
2014-06-04services: Make sure the store's group is the build group.Ludovic Courtès
2014-06-03system: File system sources can be marked as labels or devices.Ludovic Courtès
2014-06-02linux-initrd: Wait for devices to appear when resolving a label.Ludovic Courtès
2014-06-01linux-initrd: Actually create /dev/console.Ludovic Courtès
2014-06-01linux-initrd: Make more device nodes for SCSI disks and CD-ROM devices.Ludovic Courtès
2014-06-01linux-initrd: Gracefully handle missing /dev nodes.Ludovic Courtès
2014-05-31linux-initrd: Gracefully deal with partitions with no label.Ludovic Courtès
2014-05-30linux-initrd: Allow use of volume labels in 'file-system' declarations.Ludovic Courtès
2014-05-29vm: Allow a volume name to be specified for the root partition.Ludovic Courtès
2014-05-24services: nscd: Provide an 'activate' script to make /var/run/nscd.Ludovic Courtès
2014-05-24system: Always create /var/empty.Ludovic Courtès
2014-05-24system: Separate the activation script from the boot script.Ludovic Courtès
2014-05-23download: Enlarge your receive buffer.Ludovic Courtès
2014-05-22vm: Use a para-virtualized disk when creating an image.Ludovic Courtès
2014-05-22vm: Make the image format a parameter.Ludovic Courtès
2014-05-22linux-initrd: Build /dev/loop* nodes.Ludovic Courtès
2014-05-21vm: Modularize build-side code.Ludovic Courtès
2014-05-21vm: Remove misleading comment.Ludovic Courtès
2014-05-20linux-initrd: Display a backtrace when the initial program fails.Ludovic Courtès
2014-05-20vm: Fix typo.Ludovic Courtès
2014-05-19vm: Make the device name a parameter.Ludovic Courtès
2014-05-18system: Prevent grub.cfg from being GC'd.Ludovic Courtès
2014-05-18vm: Avoid resetting timestamps twice.Ludovic Courtès
2014-05-18system: Make /run/current-system at activation time.Ludovic Courtès
2014-05-16linux-initrd: Factorize kernel command-line option parsing.Ludovic Courtès
2014-05-15system: Add (guix build install) module.Ludovic Courtès
2014-05-15vm: Support initialization of the store DB when the store is shared.Ludovic Courtès
2014-05-14activation: Silence warning from 'useradd'.Ludovic Courtès
2014-05-14linux-initrd: Make /dev/ttyS0, for debugging.Ludovic Courtès
2014-05-14system: When unionfs-fuse is used for /, don't kill it when halting.Ludovic Courtès
2014-05-14syscalls: Add 'processes' to list all the live processes.Ludovic Courtès
2014-05-11system: Make accounts and groups at activation time.Ludovic Courtès
2014-05-10services: Add 'file-system-service'.Ludovic Courtès
2014-05-10Add (guix build syscalls).Ludovic Courtès
2014-05-10linux-initrd: Append to /etc/mtab.Ludovic Courtès
2014-05-08linux-initrd: Don't leak /dev/console file descriptors.Ludovic Courtès
2014-05-08git-download: Disable TLS certificate verification.Ludovic Courtès
2014-05-08linux-initrd: Update /etc/mtab.Ludovic Courtès
2014-05-07Remove now unneeded (guix build gnome) module.Ludovic Courtès
2014-05-06linux-initrd: Delete files from the initrd ramfs when switching roots.Ludovic Courtès
2014-05-04linux-initrd: Improve root file system switching.Ludovic Courtès
2014-05-04linux-initrd: Check the root and other early file systems.Ludovic Courtès
2014-05-04activation: Fix deletion of setuid programs.Ludovic Courtès
2014-05-03vm: Make root file system type a parameter, and default to ext4.Ludovic Courtès
2014-05-03system: Add first-class file system declarations.Ludovic Courtès
2014-04-30system: Add support for setuid binaries.Ludovic Courtès
2014-04-30linux-initrd: Allow setuid binaries from the unionfs to run.Ludovic Courtès