summaryrefslogtreecommitdiff
path: root/gnu/system
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* vm: Remove unused procedure....Ludovic Courtès2014-11-061-20/+0
* vm: Disable swap devices in virtualized OSes....Ludovic Courtès2014-11-051-0/+4
* linux-initrd: Adjust VM code and doc to new 'base-initrd' signature....Ludovic Courtès2014-09-221-10/+16
* system: Add support for boot-time mapped devices....Ludovic Courtès2014-09-221-1/+15
* system: Add udev rule for /dev/kvm....Ludovic Courtès2014-09-181-1/+2
* linux-initrd: Remove now obsolete #:guile-modules-in-chroot? parameter....Ludovic Courtès2014-09-182-11/+3
* system: Define 'device-mapping-kind', and add a 'close' procedure....Ludovic Courtès2014-09-181-2/+15
* system: Add "input" to '%base-groups'....Ludovic Courtès2014-09-161-0/+1
* system: Add support for Linux-style mapped devices....Ludovic Courtès2014-09-122-1/+21
* system: Add default PAM entries for xlock and xscreensaver....Ludovic Courtès2014-09-121-1/+2
* linux-initrd: Store Linux modules in a normal store directory....Ludovic Courtès2014-09-081-34/+31
* linux-initrd: Remove #:to-copy argument of 'expression->initrd'....Ludovic Courtès2014-09-081-14/+5
* linux-initrd: Move initrd creation code to (guix build linux-initrd)....Ludovic Courtès2014-09-081-55/+8
* linux-initrd: Copy all the script's closure to the initrd....Ludovic Courtès2014-09-082-68/+62
* linux-initrd: Populate the initrd's store with complete closures....Ludovic Courtès2014-09-061-12/+14
* gexp: Allow use of high-level objects in #:references-graphs....Ludovic Courtès2014-09-061-42/+40
* vm: Move store copy handling to (guix build store-copy)....Ludovic Courtès2014-09-041-1/+2
* linux-initrd: Move Linux module tree flattening to another derivation....Ludovic Courtès2014-09-041-23/+37
* linux-initrd: Factorize cpio archive creation....Ludovic Courtès2014-09-031-36/+9
* Move part of (gnu build linux-boot) to (gnu build file-systems)....Ludovic Courtès2014-09-032-1/+3
* Rename (gnu build linux-initrd) to (gnu build linux-boot)....Ludovic Courtès2014-09-032-4/+4
* Move operating system helpers from (guix build …) to (gnu build …)....Ludovic Courtès2014-09-032-9/+9
* gnu: Split (gnu packages base), adding (gnu packages commencement)....Ludovic Courtès2014-08-281-5/+5
* linux-initrd: Load fscache.ko before the 9p modules....Ludovic Courtès2014-08-151-1/+1
* system: grub: Change the default default-entry to 0....Mark H Weaver2014-08-131-1/+1
* system: Add the 'system?' field for user groups....Ludovic Courtès2014-07-252-19/+25