From dc0db647a94dda616a17575828a35ab7742bf1c9 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 12 Jul 2010 16:40:02 +0000 Subject: [PATCH] * Remove a debug line that should not have been committed. svn path=/nixos/trunk/; revision=22566 --- modules/tasks/filesystems.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/tasks/filesystems.nix b/modules/tasks/filesystems.nix index 9b8ddfb8eb5e..5735d943c51e 100644 --- a/modules/tasks/filesystems.nix +++ b/modules/tasks/filesystems.nix @@ -170,7 +170,6 @@ in exec > /dev/console 2>&1 echo "mounting filesystems..." export PATH=${config.system.sbin.mount}/bin:${makeSearchPath "sbin" ([pkgs.utillinux] ++ fsPackages)}:$PATH - mv /etc/hosts /etc/hosts_ ${pkgs.mountall}/sbin/mountall ''; };