summaryrefslogtreecommitdiff
path: root/gnu/build/linux-boot.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: build: linux-boot: Remove bind-mount export....Christopher Baines2018-02-061-1/+0
* linux-boot: Add find-long-options....Danny Milosavljevic2018-02-011-0/+11
* gnu: Consistently Write ‘file system(s)’....Tobias Geerinckx-Rice2018-01-191-1/+1
* linux-boot: Add #:on-error for initrd error handling....Ludovic Courtès2018-01-081-4/+9
* linux-boot: Add make-static-device-nodes....Danny Milosavljevic2017-12-161-0/+107
* linux-boot: Remove unneeded import....Ludovic Courtès2017-12-021-1/+0
* linux-boot: Ensure /etc exists on the root file system....Ludovic Courtès2017-11-291-0/+1
* build: Use overlayfs instead of unionfs....Hartmut Goebel2017-11-081-30/+13
* file-systems: 'mount-file-system' now takes a <file-system> object....Ludovic Courtès2017-10-111-10/+10
* build: Fix compilation warnings....Mathieu Othacehe2017-04-111-0/+2
* Rename '/root/etc/dmd' directory and 'do-not-kill' file....Alex Kost2016-01-291-4/+4
* linux-boot: Remove verbose output for module loads....Ludovic Courtès2016-01-051-2/+1
* linux-boot: Mount /dev as a devtmpfs from the start....Ludovic Courtès2015-09-201-11/+9
* gnu: linux-boot: Remove outdated and misleading comment....Ludovic Courtès2015-05-241-1/+0
* linux-boot: Don't fail if /root/etc/mtab is a dangling symlink....Ludovic Courtès2015-01-281-2/+2
* linux-boot: Make /etc/mtab a symlink to /proc/self/mounts....宋文武2015-01-051-1/+4
* linux-boot: Load modules and their dependencies, à la 'modprobe'....Ludovic Courtès2014-11-281-15/+15
* linux-boot: Call 'pre-mount' before 'mount-root-file-system'....Ludovic Courtès2014-11-261-6/+8
* linux-boot: Error out when 'pre-mount' returns #f....Ludovic Courtès2014-11-261-2/+3
* linux-boot: Don't catch exceptions thrown by 'mount-root-file-system'....Ludovic Courtès2014-11-201-33/+27
* linux-boot: Make more disk partition block devices....Ludovic Courtès2014-11-131-1/+1
* system: Add support for boot-time mapped devices....Ludovic Courtès2014-09-221-3/+9
* linux-initrd: Remove now obsolete #:guile-modules-in-chroot? parameter....Ludovic Courtès2014-09-181-17/+0
* linux-initrd: Store Linux modules in a normal store directory....Ludovic Courtès2014-09-081-7/+6
* linux-initrd: Copy all the script's closure to the initrd....Ludovic Courtès2014-09-081-0/+1
* Move part of (gnu build linux-boot) to (gnu build file-systems)....Ludovic Courtès2014-09-031-258/+1
* Rename (gnu build linux-initrd) to (gnu build linux-boot)....Ludovic Courtès2014-09-031-0/+702