summaryrefslogtreecommitdiff
path: root/gnu/system
Commit message (Expand)AuthorAgeFilesLines
* gnu: Replace all cons* with beginner-friendly (append (list ...))....Pierre Neidhardt2019-01-235-34/+43
* gnu: Fix missing EFI entry in "desktop" example....Pierre Neidhardt2019-01-231-6/+11
* vm: Remove unnecessary import....Ludovic Courtès2019-01-221-1/+0
* services: Use guix-service-type....Efraim Flashner2019-01-201-1/+1
* installer: Move everything to the build side....Mathieu Othacehe2019-01-171-4/+2
* gnu: installer: Launch the installer as kmscon login-program....Mathieu Othacehe2019-01-171-118/+127
* gnu: Add graphical installer support....Mathieu Othacehe2019-01-171-119/+127
* install: Avoid deprecated 'gpm-service' procedure....Ludovic Courtès2019-01-161-2/+2
* services: Deprecate a few more service procedures....Ludovic Courtès2019-01-111-1/+2
* doc: Example vm-image doesn't need firmware....Efraim Flashner2018-12-241-0/+2
* Remove most references to hydra.gnu.org....Ludovic Courtès2018-12-041-1/+1
* doc: Fix "desktop" OS config example....Laura Lazzati2018-12-031-1/+1
* services: openssh: Install OpenSSH in the system profile....Ludovic Courtès2018-11-261-2/+2
* gnu: Add u-boot-pinebook....Vagrant Cascadian2018-11-221-0/+6
* linux-initrd: 'expression->initrd' returns the complete file name....Ludovic Courtès2018-11-212-5/+6
* vm: Remove explicit calls to 'operating-system-derivation'....Ludovic Courtès2018-11-181-97/+94
* system: De-monadify 'operating-system-bootcfg'....Ludovic Courtès2018-11-181-5/+5
* linux-initrd: Return file-like objects instead of monadic values....Ludovic Courtès2018-11-182-15/+12
* system: Simplify kernel argument handling....Ludovic Courtès2018-11-181-3/+2
* system: Rename .zlogin to .zprofile....Chris Marusich2018-10-191-2/+5
* services: dhcp-client: Deprecate 'dhcp-client-service' procedure....Ludovic Courtès2018-10-182-2/+2
* vm: Use "cache=loose" for all 9p mounts....Ludovic Courtès2018-09-231-3/+10
* vm: Disable deduplication for 'guix system vm-image'....Ludovic Courtès2018-09-231-1/+6
* system: Mention '--skip-checks' in initrd diagnostics....Ludovic Courtès2018-09-231-1/+4
* gnu: Rename "banana-pi" to "bananapi"....Danny Milosavljevic2018-09-141-3/+3
* vm: Make UUID computation really deterministic....Ludovic Courtès2018-09-071-4/+29
* Switch to Guile-Gcrypt....Ludovic Courtès2018-09-041-29/+19
* linux-initrd: Report only missing modules, not all needed modules....Ludovic Courtès2018-07-291-10/+11
* linux-initrd: Try several file names when looking up modules....Ludovic Courtès2018-07-292-21/+9
* linux-initrd: Improve check of initrd modules....Ludovic Courtès2018-07-291-3/+3
* system: '.guile' skeleton now recommends 'guile-colorized'....Ludovic Courtès2018-07-231-1/+11
* install: Add service for the loopback device....Ludovic Courtès2018-07-201-0/+7
* doc: Improve UEFI/BIOS bootloader documentation....Ludovic Courtès2018-07-052-6/+7
* system: Default .bashrc uses '--color=auto' for grep and ls....Ludovic Courtès2018-07-041-2/+2
* system: Add os-with-u-boot....Danny Milosavljevic2018-06-151-1/+15
* linux-initrd: Module check correctly handles hyphen vs. underscore....Ludovic Courtès2018-06-141-5/+11
* install: Use (guix store database) instead of 'guix-register'....Ludovic Courtès2018-06-142-178/+224
* vm: 'expression->derivation-in-linux-vm' code can now use dlopen....Ludovic Courtès2018-06-141-23/+20
* store-copy: 'read-reference-graph' returns a list of records....Ludovic Courtès2018-06-141-2/+4
* system: Default .bashrc now sources /etc/bashrc....Ludovic Courtès2018-06-111-0/+3
* vm: 'iso9660-image' uses a local /tmp....Ludovic Courtès2018-06-081-0/+8
* vm: 'expression->derivation-in-linux-vm' takes a #:file-systems parameter....Ludovic Courtès2018-06-081-3/+6
* vm: Use 'with-extensions'....Ludovic Courtès2018-06-011-48/+47
* vm: Remove unneeded dependency on Guile-JSON....Ludovic Courtès2018-05-291-1/+0
* system: Add u-boot-puma-rk3399....Vagrant Cascadian2018-05-291-0/+6
* system: Remove uses of the 'title' field of <file-system>....Ludovic Courtès2018-05-282-5/+1
* file-systems: Remove 'title' field and add <file-system-label>....Ludovic Courtès2018-05-286-24/+102
* vm: Use a deterministic file system UUID in shared-store VMs....Ludovic Courtès2018-05-231-0/+5
* linux-initrd: Enable "virtio-rng"....Ludovic Courtès2018-05-231-1/+1
* uuid: 'uuid' returns #f when 'string->uuid' returns #f....Ludovic Courtès2018-05-191-4/+7