linux-boot: Handle nfs-root device strings.
authorStefan <stefan-guix@vodafonemail.de>
Mon, 7 Sep 2020 08:04:19 +0000 (10:04 +0200)
committerDanny Milosavljevic <dannym@scratchpost.org>
Mon, 7 Sep 2020 09:00:48 +0000 (11:00 +0200)
commit1c3b709edb8e6248a9a84dde57b27f3fdc997f21
treea190d287c7437faead00b2c6a33d59d4919b2a2f
parent0e5a68a271ab4b6cfa566ff8ba8964aa3b653407
linux-boot: Handle nfs-root device strings.

* gnu/build/linux-boot.scm (device-string->file-system-device): Support
nfs-root "device" strings.
* gnu/build/file-systems.scm (canonicalize-device-spec): Support nfs-root
"device" strings.
* gnu/machine/ssh.scm (machine-check-file-system-availability): Avoid
checking of NFS file systems.
* gnu/system.scm (read-boot-parameters, device-sexp->device): Support
nfs-root "device" strings.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
gnu/build/file-systems.scm
gnu/build/linux-boot.scm
gnu/machine/ssh.scm
gnu/system.scm