system: Remove uses of the 'title' field of <file-system>.
authorLudovic Courtès <ludo@gnu.org>
Fri, 18 May 2018 13:04:36 +0000 (15:04 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 28 May 2018 11:24:19 +0000 (13:24 +0200)
commit9ceeca0880248eee8c2796f5e6ebc172b95277f7
tree251f15e7bbfe43aebd4a79159132e0fc28b52266
parenta5acc17a3c10a3779b5b8b1a2565ef130be77e51
system: Remove uses of the 'title' field of <file-system>.

* gnu/system/install.scm (installation-os): Remove uses of the 'title'
field of 'file-system'; use 'file-system-label' as appropriate.
* gnu/system/vm.scm (system-disk-image, system-qemu-image): Likewise.
* gnu/tests.scm (%simple-os): Likewise.
* gnu/tests/install.scm (%minimal-os, %minimal-extlinux-os)
(%minimal-os-on-vda, %separate-home-os, %separate-store-os)
(%raid-root-os, %encrypted-root-os, %btrfs-root-os): Likewise.
* gnu/build/shepherd.scm (default-mounts)[tmpfs]: Likewise.
* tests/guix-system.sh: Likewise.
* tests/system.scm (%root-fs): Likewise.
("operating-system-boot-mapped-devices, implicit dependency"): Likewise.
gnu/build/shepherd.scm
gnu/system/install.scm
gnu/system/vm.scm
gnu/tests.scm
gnu/tests/install.scm
tests/guix-system.sh
tests/system.scm