linux-initrd: Add USB kernel modules to the default initrd.
[jackhill/guix/guix.git] / gnu / system / linux-initrd.scm
2015-01-27 Ludovic Courtèslinux-initrd: Add USB kernel modules to the default...
2015-01-16 Ludovic CourtèsMerge branch 'core-updates'
2015-01-14 Ludovic Courtèsmonads: Move '%store-monad' and related procedures...
2014-12-14 Ludovic CourtèsMerge branch 'master' into 'core-updates'.
2014-12-08 Ludovic Courtèslinux-initrd: Add the 'virtio_console' module for QEMU...
2014-11-27 Ludovic Courtèslinux-initrd: Remove the ".ko" suffix from module names...
2014-11-27 Ludovic Courtèslinux-initrd: Remove now redundant module names.
2014-11-27 Ludovic Courtèslinux-boot: Load modules and their dependencies, à...
2014-11-27 Ludovic Courtèslinux-initrd: Copy modules and their dependencies to...
2014-11-13 Ludovic Courtèslinux-initrd: Add modules for ATA controllers by default.
2014-09-22 Ludovic CourtèsMerge branch 'core-updates'
2014-09-22 Ludovic Courtèssystem: Add support for boot-time mapped devices.
2014-09-18 Ludovic Courtèslinux-initrd: Remove now obsolete #:guile-modules-in...
2014-09-11 Mark H WeaverMerge branch 'master' into core-updates
2014-09-11 Ludovic Courtèssystem: Add support for Linux-style mapped devices.
2014-09-08 Ludovic Courtèslinux-initrd: Store Linux modules in a normal store...
2014-09-08 Ludovic Courtèslinux-initrd: Remove #:to-copy argument of 'expression...
2014-09-08 Ludovic Courtèslinux-initrd: Move initrd creation code to (guix build...
2014-09-08 Ludovic Courtèslinux-initrd: Copy all the script's closure to the...
2014-09-08 Mark H WeaverMerge branch 'master' into core-updates
2014-09-06 Ludovic Courtèslinux-initrd: Populate the initrd's store with complete...
2014-09-04 Ludovic Courtèslinux-initrd: Move Linux module tree flattening to...
2014-09-03 Ludovic Courtèslinux-initrd: Factorize cpio archive creation.
2014-09-03 Ludovic CourtèsMove part of (gnu build linux-boot) to (gnu build file...
2014-09-03 Ludovic CourtèsRename (gnu build linux-initrd) to (gnu build linux...
2014-09-03 Ludovic CourtèsMove operating system helpers from (guix build …) to...
2014-08-20 Mark H WeaverMerge branch 'master' into core-updates
2014-08-15 Ludovic Courtèslinux-initrd: Load fscache.ko before the 9p modules.
2014-07-19 David Thompsonlinux-initrd: Add AHCI modules.
2014-07-17 Ludovic CourtèsMerge branch 'gettext-upgrade'
2014-07-17 Ludovic Courtèsdoc: Add "Initial RAM Disk" section.
2014-07-13 Ludovic CourtèsMerge branch 'bug-17853'
2014-07-13 Ludovic Courtèslinux-initrd: Allow extra modules to be passed to ...
2014-07-01 Ludovic Courtèslinux-initrd: Rename 'qemu-initrd' to 'base-initrd'.
2014-07-01 Ludovic Courtèslinux-initrd: Disable QEMU networking by default.
2014-07-01 Ludovic Courtèslinux-initrd: Make the virtio kernel modules optional.
2014-06-06 Ludovic CourtèsMerge branch 'master' into core-updates
2014-06-02 Ludovic Courtèssystem: File system sources can be marked as labels...
2014-05-27 Ludovic CourtèsMerge branch 'master' into core-updates
2014-05-23 Ludovic Courtèsvm: Disable QEMU networking in the disk image initrd.
2014-05-20 Ludovic CourtèsAdd (gnu system file-systems).
2014-05-03 Ludovic Courtèslinux-initrd: Check the root and other early file systems.
2014-05-02 Ludovic Courtèssystem: Add first-class file system declarations.
2014-04-28 Ludovic Courtèslinux-initrd: Rewrite using gexps.
2014-04-14 Ludovic Courtèslinux-initrd: Mount / as a unionfs when asking for...
2014-04-09 Ludovic Courtèsgnu: linux-initrd: Default initrd has no network mounts.
2014-02-21 Ludovic CourtèsMerge branch 'master' into core-updates
2014-01-31 Ludovic Courtèsgnu: linux-initrd: Allow the root file system to be...
2014-01-31 Ludovic Courtèsgnu: linux-initrd: Recognize 9p file systems.
2014-01-31 Ludovic Courtèsgnu: linux-initrd: Match kernel module file names exactly.
2014-01-29 Ludovic Courtèsgnu: linux-initrd: Factorize boot code.
2014-01-29 Ludovic Courtèsgnu: Lower initrd makers from packages to monadic proce...