summaryrefslogtreecommitdiff
path: root/gnu/system.scm
AgeCommit message (Expand)Author
2014-09-03Move part of (gnu build linux-boot) to (gnu build file-systems).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
2014-08-28gnu: Split (gnu packages base), adding (gnu packages commencement).Ludovic Courtès
2014-08-11system: Use (guix profiles) to build the system profile.Ludovic Courtès
2014-07-25system: Add the 'system?' field for user groups.Ludovic Courtès
2014-07-23system: Recognize more file system flags.Ludovic Courtès
2014-07-23system: Add 'create-mount-point?' file system option.Ludovic Courtès
2014-07-16system: Add e2fsprogs to the base packages.Ludovic Courtès
2014-07-16system: Use kmod instead of module-init-tools.Ludovic Courtès
2014-07-14system: Add 'nano' and 'lsof' to the base packages.Ludovic Courtès
2014-07-12system: Add 'which' to the base packages.Ludovic Courtès
2014-07-12system: Remove erroneous system binding in profile maker.Ludovic Courtès
2014-07-01linux-initrd: Rename 'qemu-initrd' to 'base-initrd'.Ludovic Courtès
2014-06-29system: Set $LINUX_MODULE_DIRECTORY as a function or /run/booted-system.Ludovic Courtès
2014-06-27system: Add a 'system?' field to user accounts.Ludovic Courtès
2014-06-27system: Adjust the set of fields with default values.Ludovic Courtès
2014-06-27guix system: Add 'reconfigure' action.Ludovic Courtès
2014-06-25system: Support the addition of old entries in the GRUB menu.Ludovic Courtès
2014-06-25system: Store boot parameters in the system derivation.Ludovic Courtès
2014-06-25system: Factorize GRUB menu entry label.Ludovic Courtès
2014-06-24services: Add udev service, and add it to '%base-services'.Ludovic Courtès
2014-06-22system: Augment the default set of groups.Ludovic Courtès
2014-06-19system: Prefer packages from %FINAL-INPUTS.Ludovic Courtès
2014-06-04system: Tell module-init-tools where to look for modules.Ludovic Courtès
2014-06-04system: Rename activation script.Ludovic Courtès
2014-06-04system: Define '%base-packages' and use it.Ludovic Courtès
2014-06-03system: Make sure /run/setuid-programs comes first in $PATH.Ludovic Courtès
2014-06-03system: File system sources can be marked as labels or devices.Ludovic Courtès
2014-05-31system: Add 'issue' field.Ludovic Courtès
2014-05-29system: Add 'fusermount' to the default setuid programs.Ludovic Courtès
2014-05-24services: Support per-service activation scripts.Ludovic Courtès
2014-05-24system: Separate the activation script from the boot script.Ludovic Courtès
2014-05-20Add (gnu system file-systems).Ludovic Courtès
2014-05-18system: Add 'grub-configuration' record.Ludovic Courtès
2014-05-18system: Make /run/current-system at activation time.Ludovic Courtès
2014-05-14system: Provide declarations for the 'fusectl' and 'binfmt_misc' file systems.Ludovic Courtès
2014-05-14system: Move skeleton code to (gnu system shadow).Ludovic Courtès
2014-05-14system: Add skeleton '.gdbinit'.Ludovic Courtès
2014-05-12system: Populate /etc/skel.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-09system: Automatically add essential services.Ludovic Courtès
2014-05-06linux-initrd: Delete files from the initrd ramfs when switching roots.Ludovic Courtès
2014-05-04linux-initrd: Check the root and other early file systems.Ludovic Courtès
2014-05-03system: Add first-class file system declarations.Ludovic Courtès
2014-05-01system: Add 'sudo' to the setuid programs, and handle /etc/sudoers.Ludovic Courtès
2014-04-30system: Add support for setuid binaries.Ludovic Courtès
2014-04-30system: Add (guix build activation).Ludovic Courtès
2014-04-28system: Rewrite 'union' using gexps.Ludovic Courtès