summary refs log tree commit diff
path: root/gnu/system/linux-initrd.scm
AgeCommit message (Expand)Author
2022-11-18linux-initrd: raw-initrd: Add keyword argument #:pre-mount.Hilton Chain
2022-03-01initrd: Use non-hyphenated kernel command-line parameter names.Maxim Cournoyer
2022-02-09Revert kernel modules changes to support the Coreboot framebufferLeo Famulari
2021-12-25gnu: linux-libre: Build simplefb into all x86{,_64} kernels.Tobias Geerinckx-Rice
2021-12-16gnu: linux-libre: Support the Coreboot framebuffer.Tobias Geerinckx-Rice via Guix-patches via
2021-10-13linux-initrd: Support checking NTFS volumes on boot.Tobias Geerinckx-Rice
2021-09-23linux-initrd: Support XFS.Tobias Geerinckx-Rice
2021-09-23linux-initrd: Include only the single ‘bcachefs’ binary.Tobias Geerinckx-Rice
2021-09-23gnu: Don't abuse check-btrfs-file-system to scan.Tobias Geerinckx-Rice
2021-07-08gnu: %guile-3.0-static-stripped: Rename to %guile-static-stripped.Efraim Flashner
2020-12-15store-copy: 'populate-store' can optionally deduplicate files.Ludovic Courtès
2020-12-06linux-initrd: Add bcachefs support.Tobias Geerinckx-Rice
2020-11-26mapped-devices: Add 'lvm-device-mapping'.Mikhail Tsykalov
2020-11-26mapped-devices: Allow target to be list of strings.Mikhail Tsykalov
2020-08-25linux-libre: Support module compression.Mathieu Othacehe
2020-05-16linux-initrd: Silence Guile warnings.Ludovic Courtès
2020-05-05Merge branch 'master' into core-updatesMarius Bakke
2020-05-03linux-initrd: Provide fsck for F2FS.Danny Milosavljevic
2020-05-02Merge branch 'master' into core-updatesMarius Bakke
2020-05-02linux-initrd: Add initial support for F2FS.raingloom
2020-05-01gnu: linux-initrd: Use Guile 3.0.Marius Bakke
2020-01-03linux-initrd: Add support for JFS.Tobias Geerinckx-Rice
2019-09-04linux-initrd: Use native gzip.Mathieu Othacehe
2019-08-16linux-modules: Define and use a module name database.Ludovic Courtès
2019-06-25linux-initrd: Fix cross compilation.Mathieu Othacehe
2019-03-24system: Initialize console keyboard layout in the initrd.Ludovic Courtès
2018-11-21linux-initrd: 'expression->initrd' returns the complete file name.Ludovic Courtès
2018-11-18linux-initrd: Return file-like objects instead of monadic values.Ludovic Courtès
2018-07-29linux-initrd: Try several file names when looking up modules.Ludovic Courtès
2018-05-23linux-initrd: Enable "virtio-rng".Ludovic Courtès
2018-03-15linux-initrd: Move 'check-device-initrd-modules' elsewhere.Ludovic Courtès
2018-03-10linux-initrd: Autoload known-module-aliases.Danny Milosavljevic
2018-03-10linux-initrd: Skip initrd module check when 'modules.alias' can't be found.Ludovic Courtès
2018-03-07linux-initrd: Add a hint for the missing module error.Ludovic Courtès
2018-03-07linux-initrd: Factorize 'check-device-initrd-modules'.Ludovic Courtès
2018-03-03linux-initrd: Add virtio modules to '%base-initrd-modules'.Ludovic Courtès
2018-03-03linux-initrd: 'file-system-modules' returns the right module list.Ludovic Courtès
2018-03-02system: Add 'initrd-modules' field.Ludovic Courtès
2018-03-02linux-initrd: Separate file system module logic.Ludovic Courtès
2018-01-30gnu: linux-libre: NVME core support is now built-in.Mark H Weaver
2018-01-08linux-boot: Add #:on-error for initrd error handling.Ludovic Courtès
2017-11-08build: Use overlayfs instead of unionfs.Hartmut Goebel
2017-10-11file-systems: 'mount-file-system' now takes a <file-system> object.Ludovic Courtès
2017-10-08linux-initrd: Ensure that the guile used in the initrd is referenced.Christopher Baines
2017-07-04linux-initrd: Avoid monadic style a bit.Ludovic Courtès
2017-07-02linux-initrd: Add isofs if necessary.Danny Milosavljevic
2017-05-19vm: Support creating FAT partitions.Marius Bakke
2017-03-21file-systems: Do not use (gnu packages …).Ludovic Courtès
2017-03-18file-systems: Factorize file-system-packages.Danny Milosavljevic
2017-03-11linux-initrd: Add a raw-initrd and use it to define base-initrd.Mathieu Othacehe