summaryrefslogtreecommitdiff
path: root/gnu/system.scm
AgeCommit message (Expand)Author
2016-08-02system: Define 'GUIX_LOCPATH' to work around 'glibc' package defect.Ludovic Courtès
2016-07-27system: Source /etc/environment before $HOME/.guix-profile/etc/profile.Carlos Sánchez de La Lama
2016-07-18system: Honor the 'dependencies' field of file systems.Ludovic Courtès
2016-07-12gexp: 'gexp->file' emits code to set '%load-path'.Ludovic Courtès
2016-05-04system: Add procedures to access user accounts and service names.Ludovic Courtès
2016-04-18mapped-devices: 'mapped-device-service' takes a <mapped-device>.Ludovic Courtès
2016-04-18system: Move 'luks-device-mapping' to (gnu system mapped-devices).Ludovic Courtès
2016-04-18system: Add (gnu system mapped-devices).Ludovic Courtès
2016-04-04system: Define 'GTK_DATA_PREFIX' globally.Ludovic Courtès
2016-03-24system: Use 'info-reader' instead of Texinfo to avoid dragging Perl.Ludovic Courtès
2016-03-24system: Do not create "site-start.el".Alex Kost
2016-03-09gnu: eudev: Add dependency on blkid.Ludovic Courtès
2016-03-08system: Explicitly set umask to 022 in /etc/profile.Ludovic Courtès
2016-03-03system: GRUB menu entry says "beta" instead of "alpha"Petter
2016-03-03system: Add rfkill to '%base-packages'.Ludovic Courtès
2016-02-18system: Add iproute to '%base-packages'.Alex Kost
2016-02-10system: Selected locale is automatically built.Ludovic Courtès
2016-02-08system: Add Texinfo to '%base-packages'.Ludovic Courtès
2016-02-07system: Fix EMACSLOADPATH.Alex Kost
2016-02-03system: /etc/profile reads /etc/environment for the sake of lshd.Ludovic Courtès
2016-02-02gnu: eudev: Add variant that depends on libblkid.Ludovic Courtès
2016-02-02gnu: aspell: Wrap binary to find dictionaries.Federico Beffa
2016-01-29services: Rename 'dmd' services to 'shepherd'.Alex Kost
2016-01-29Rename (gnu services dmd) to (gnu services shepherd).Alex Kost
2016-01-27services: guix: Provide Guix via 'profile-service-type'.Ludovic Courtès
2016-01-27services: dmd: Provide dmd via 'profile-service-type'.Ludovic Courtès
2016-01-22system: grub: Search root device by label or UUID if possible.Ludovic Courtès
2016-01-16Move <boot-parameters> to (gnu system).Alex Kost
2016-01-05services: Move /tmp cleanup to a separate service.Ludovic Courtès
2016-01-01system: Allow the root file system to be named by UUID.Ludovic Courtès
2016-01-01system: Allow the root file system to have a UUID.Ludovic Courtès
2015-12-22file-systems: The 'device' field can be a UUID (bytevector).Ludovic Courtès
2015-12-22services: Add 'fstab-service-type'.Ludovic Courtès
2015-12-05system: Add /etc/environment.宋文武
2015-11-11system: Populate /etc/shells from ACCOUNT-SERVICE-TYPE.Ludovic Courtès
2015-11-03system: Rename (gnu system linux) to (gnu system pam).Ludovic Courtès
2015-11-02services: Add 'profile-service-type'.Ludovic Courtès
2015-11-02services: Add 'system-service-type'.Ludovic Courtès
2015-10-30system: Add 'locale-libcs' field.Ludovic Courtès
2015-10-29services: Add 'linux-bare-metal-service-type'.Ludovic Courtès
2015-10-29system: File systems depend on their corresponding device mappings.Ludovic Courtès
2015-10-15system: Define 'GST_PLUGIN_PATH' in /etc/profile.Ludovic Courtès
2015-10-10services: Introduce extensible services.Ludovic Courtès
2015-10-10system: Account skeleton API is non-monadic.Ludovic Courtès
2015-10-10system: pam: Use 'computed-file' instead of 'gexp->derivation'.Ludovic Courtès
2015-10-10system: Make service procedures non-monadic.Ludovic Courtès
2015-09-14gnu: system: Add Linux container module.David Thompson
2015-08-18Revert "PRELIMINARY: Add three programs to %setuid-programs."Mark H Weaver
2015-08-18PRELIMINARY: Add three programs to %setuid-programs.Mark H Weaver
2015-08-04system: Default to newest linux-libre.Mark H Weaver