summaryrefslogtreecommitdiff
path: root/gnu/build/file-systems.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: build: file-system: Change url of LUKS specification....ng02016-11-061-1/+1
* file-systems: 'disk-partitions' detected partitions from mapped devices....Ludovic Courtès2016-10-271-16/+19
* file-systems: Always use (guix build syscalls)....Ludovic Courtès2016-09-051-22/+12
* file-systems: Add 'find-partition-by-luks-uuid'....Ludovic Courtès2016-04-171-17/+95
* file-systems: Separate ENOENT catching from ext2 superblock reads....Ludovic Courtès2016-04-171-16/+20
* file-systems: Spawn a Bournish REPL upon fsck failure....Ludovic Courtès2016-02-081-2/+4
* system: Allow the root file system to be named by UUID....Ludovic Courtès2016-01-011-4/+11
* file-systems: Move 'string->uuid' to the build side....Ludovic Courtès2016-01-011-1/+45
* file-systems: Do not truncate mount points that already exist....Ludovic Courtès2015-10-171-1/+1
* build: file-systems: Allow for bind mounting regular files....David Thompson2015-08-081-1/+14
* file-systems: Implement partition lookup by UUID....Ludovic Courtès2015-07-141-39/+85
* file-systems: Use (guix build syscalls) at build time if needed....Ludovic Courtès2015-07-141-3/+4
* build: file-systems: Import (guix build syscalls) for non-static Guiles....David Thompson2015-07-091-0/+7
* gnu: Make 'mount' interface in static Guile consistent with Guix API....David Thompson2015-06-191-6/+3
* file-systems: Use a second 'mount' call for read-only bind mounts....Ludovic Courtès2015-04-201-4/+13
* linux-boot: Make /etc/mtab a symlink to /proc/self/mounts....宋文武2015-01-051-8/+1
* file-systems: Always write the options field in /etc/mtab....Ludovic Courtès2014-11-201-1/+1
* linux-boot: Ask fsck for a progress bar....Ludovic Courtès2014-09-191-1/+1
* Move part of (gnu build linux-boot) to (gnu build file-systems)....Ludovic Courtès2014-09-031-0/+299