summaryrefslogtreecommitdiff
path: root/gnu/system
Commit message (Expand)AuthorAgeFilesLines
* linux-initrd: Add virtio drivers by default....Ludovic Courtès2015-04-051-2/+3
* system: Take kernel modules from the user-specified kernel....Andy Wingo2015-04-052-6/+8
* system: Skeleton '.bashrc' now exports the 'SHELL' variable....Ludovic Courtès2015-03-161-0/+4
* system: Adjust '.bashrc' skeleton for non-interactive SSH sessions....Ludovic Courtès2015-03-121-0/+12
* system: Don't compare <pam-service> objects with 'equal?'....Ludovic Courtès2015-03-101-2/+8
* doc: Add 'packages' field to OS configuration template....Ludovic Courtès2015-03-081-1/+4
* artwork: Update snapshot to GuixSD branding....Ludovic Courtès2015-02-121-3/+3
* linux-initrd: Add 'isci' module, needed for some SAS controllers....Ludovic Courtès2015-02-091-0/+1
* gnu: wpa-supplicant: Add dbus support; add wpa-supplicant-light....Mark H Weaver2015-02-041-1/+1
* system: Add bindings to configure libc's NSS....Ludovic Courtès2015-02-041-0/+213
* install: Add iw to the packages....Ludovic Courtès2015-01-281-1/+1
* linux-initrd: Add USB kernel modules to the default initrd....Ludovic Courtès2015-01-272-6/+7
* install: Mention GSD....Ludovic Courtès2015-01-271-1/+1
* doc: Add services to the configuration template....Ludovic Courtès2015-01-231-1/+11
* install: Make sure 'info' can decompress the Info files....Ludovic Courtès2015-01-231-4/+9
* system: Add "en_US.UTF-8" to the default locales, for backward compatibility....Ludovic Courtès2015-01-161-34/+39
* monads: Move '%store-monad' and related procedures where they belong....Ludovic Courtès2015-01-143-3/+6
* install: Use a low-memory nscd caching policy....Ludovic Courtès2014-12-141-1/+12
* system: grub: Make sure the font and background image are always found....Ludovic Courtès2014-12-131-1/+4
* system: Adjust 'grub.cfg' to work on systems with a separate /boot....Ludovic Courtès2014-12-131-8/+6
* vm: Use QEMU's standard VGA emulation by default....Ludovic Courtès2014-12-131-1/+1
* system: Add skeleton '.zlogin'....宋文武2014-12-091-0/+4
* system: Cleanup bash startup files....宋文武2014-12-091-4/+9
* linux-initrd: Add the 'virtio_console' module for QEMU guests....Ludovic Courtès2014-12-081-1/+2
* Revert "system: Add a 'needed-for-boot?' field to 'mapped-device'."...Ludovic Courtès2014-11-301-4/+1
* system: locale: Fix typo in docstring....Alex Kost2014-11-301-1/+1
* system: Add a 'needed-for-boot?' field to 'mapped-device'....Ludovic Courtès2014-11-291-1/+4
* system: Change "en_US.UTF-8" to "en_US.utf8"....Ludovic Courtès2014-11-291-1/+1
* linux-initrd: Remove the ".ko" suffix from module names in 'base-initrd'....Ludovic Courtès2014-11-281-6/+6
* linux-initrd: Remove now redundant module names....Ludovic Courtès2014-11-281-4/+3
* linux-boot: Load modules and their dependencies, à la 'modprobe'....Ludovic Courtès2014-11-282-4/+7
* linux-initrd: Copy modules and their dependencies to the initrd....Ludovic Courtès2014-11-281-12/+28
* system: Build system-wide locale definitions....Ludovic Courtès2014-11-271-0/+126
* file-systems: 'file-system-needed-for-boot?' always returns #t for "/"....Ludovic Courtès2014-11-251-1/+7
* install: Add wpa-supplicant to the image....Ludovic Courtès2014-11-251-1/+2
* install: Add Cryptsetup to the image....Ludovic Courtès2014-11-231-0/+2
* vm: Introduce 'file-system-mapping'....Ludovic Courtès2014-11-201-25/+68
* vm: Formalize use of '-virtfs' options....Ludovic Courtès2014-11-201-12/+37
* linux-initrd: Add modules for ATA controllers by default....Ludovic Courtès2014-11-131-1/+2
* gnu: Introduce (gnu artwork) module....Ludovic Courtès2014-11-121-11/+1
* services: Add 'auto-start?' field to <service>....Ludovic Courtès2014-11-101-0/+4
* doc: Mention "audio" and "video" groups in configuration template....Ludovic Courtès2014-11-101-2/+5
* services: Add 'user-unmount-service' as an essential service....Ludovic Courtès2014-11-101-1/+3
* install: Add GRUB to the set of global packages....Ludovic Courtès2014-11-101-1/+3
* system: grub: Adjust default theme color....Ludovic Courtès2014-11-081-1/+1
* system: grub: Add preliminary support for themes....Ludovic Courtès2014-11-081-20/+165
* vm: The 'run-vm' scripts now passes its arguments to QEMU....Ludovic Courtès2014-11-081-2/+3
* vm: Fix 'vm --full-boot' to produce a sufficient disk image....Ludovic Courtès2014-11-081-15/+34
* vm: Support 'guix system vm --full-boot'....Ludovic Courtès2014-11-081-11/+16
* vm: Factorize common QEMU options....Ludovic Courtès2014-11-061-11/+15