Howdy! Maxim Cournoyer <maxim.courno...@gmail.com> skribis:
>>From 666ce396f2a53bec4d88ee90c1612166421f3ed8 Mon Sep 17 00:00:00 2001 > From: Maxim Cournoyer <maxim.courno...@gmail.com> > Date: Mon, 10 Feb 2020 15:06:50 -0500 > Subject: [PATCH] scripts: system: Do not validate network file systems. > > Fixes issue #39551 (https://bugs.gnu.org/39551). Nitpick: for consistency, you can make it: Fixes <https://bugs.gnu.org/39551>. That’ll make grepping easier. > * guix/scripts/system.scm (check-file-system-availability): Ignore file > systems of the NFS type. LGTM. Thanks for finding the root cause and coming up with a fix! Ludo’.