diff mbox series

[bug#40879] gnu: linux-boot: Allow to mount the root file system via nfs

Message ID 20200503001916.3bab3207@scratchpost.org
State Accepted
Headers show
Series [bug#40879] gnu: linux-boot: Allow to mount the root file system via nfs | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

Danny Milosavljevic May 2, 2020, 10:19 p.m. UTC

Comments

Marius Bakke May 4, 2020, 2:11 p.m. UTC | #1
Danny Milosavljevic <dannym@scratchpost.org> writes:

> --- a/gnu/build/linux-boot.scm
> +++ b/gnu/build/linux-boot.scm
> @@ -534,10 +534,13 @@ upon error."
>              ;; The "--root=SPEC" kernel command-line option always provides a
>              ;; string, but the string can represent a device, a UUID, or a
>              ;; label.  So check for all three.
>
> Nitpick: Comment above it is now outdated ;)

Can you update it?  :-)
diff mbox series

Patch

--- a/gnu/build/linux-boot.scm
+++ b/gnu/build/linux-boot.scm
@@ -534,10 +534,13 @@  upon error."
             ;; The "--root=SPEC" kernel command-line option always provides a
             ;; string, but the string can represent a device, a UUID, or a
             ;; label.  So check for all three.

Nitpick: Comment above it is now outdated ;)