summaryrefslogtreecommitdiff
path: root/gnu/build/linux-boot.scm
AgeCommit message (Expand)AuthorFilesLines
2019-03-24system: Initialize console keyboard layout in the initrd.Ludovic Courtès1-2/+13
2018-05-28file-systems: Remove 'title' field and add <file-system-label>.Ludovic Courtès1-3/+9
2018-02-06gnu: build: linux-boot: Remove bind-mount export.Christopher Baines1-1/+0
2018-02-01linux-boot: Add find-long-options.Danny Milosavljevic1-0/+11
2018-01-19gnu: Consistently Write ‘file system(s)’.Tobias Geerinckx-Rice1-1/+1
2018-01-08linux-boot: Add #:on-error for initrd error handling.Ludovic Courtès1-4/+9
2017-12-16linux-boot: Add make-static-device-nodes.Danny Milosavljevic1-0/+107
2017-12-02linux-boot: Remove unneeded import.Ludovic Courtès1-1/+0
2017-11-29linux-boot: Ensure /etc exists on the root file system.Ludovic Courtès1-0/+1
2017-11-08build: Use overlayfs instead of unionfs.Hartmut Goebel1-30/+13
2017-10-11file-systems: 'mount-file-system' now takes a <file-system> object.Ludovic Courtès1-10/+10
2017-04-11build: Fix compilation warnings.Mathieu Othacehe1-0/+2
2016-01-29Rename '/root/etc/dmd' directory and 'do-not-kill' file.Alex Kost1-4/+4
2016-01-05linux-boot: Remove verbose output for module loads.Ludovic Courtès1-2/+1
2015-09-20linux-boot: Mount /dev as a devtmpfs from the start.Ludovic Courtès1-11/+9
2015-05-24gnu: linux-boot: Remove outdated and misleading comment.Ludovic Courtès1-1/+0
2015-01-28linux-boot: Don't fail if /root/etc/mtab is a dangling symlink.Ludovic Courtès1-2/+2
2015-01-05linux-boot: Make /etc/mtab a symlink to /proc/self/mounts.宋文武1-1/+4
2014-11-28linux-boot: Load modules and their dependencies, à la 'modprobe'.Ludovic Courtès1-15/+15
2014-11-26linux-boot: Call 'pre-mount' before 'mount-root-file-system'.Ludovic Courtès1-6/+8
2014-11-26linux-boot: Error out when 'pre-mount' returns #f.Ludovic Courtès1-2/+3
2014-11-20linux-boot: Don't catch exceptions thrown by 'mount-root-file-system'.Ludovic Courtès1-33/+27
2014-11-13linux-boot: Make more disk partition block devices.Ludovic Courtès1-1/+1
2014-09-22system: Add support for boot-time mapped devices.Ludovic Courtès1-3/+9
2014-09-18linux-initrd: Remove now obsolete #:guile-modules-in-chroot? parameter.Ludovic Courtès1-17/+0
2014-09-08linux-initrd: Store Linux modules in a normal store directory.Ludovic Courtès1-7/+6
2014-09-08linux-initrd: Copy all the script's closure to the initrd.Ludovic Courtès1-0/+1
2014-09-03Move part of (gnu build linux-boot) to (gnu build file-systems).Ludovic Courtès1-258/+1
2014-09-03Rename (gnu build linux-initrd) to (gnu build linux-boot).Ludovic Courtès1-0/+702