From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: NFS mounts Date: Fri, 6 Oct 2017 17:06:03 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0UCX-0007GB-4E for guix-devel@gnu.org; Fri, 06 Oct 2017 11:06:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0UCS-0006cx-TV for guix-devel@gnu.org; Fri, 06 Oct 2017 11:06:09 -0400 Received: from smtp.synchrotron-soleil.fr ([195.221.0.32]:32850 helo=poussette.synchrotron-soleil.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0UCS-0006Yr-JZ for guix-devel@gnu.org; Fri, 06 Oct 2017 11:06:04 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Guix-devel Hi Guixers, does anyone have an example of a system configuration that mounts an NFS share at boot time? It seems that this requires some extra services and also some additional packages (to have mount.nfs for example). Konrad.