* Remove a debug line that should not have been committed.

svn path=/nixos/trunk/; revision=22566
This commit is contained in:
Eelco Dolstra 2010-07-12 16:40:02 +00:00
parent 158c3daec1
commit dc0db647a9

View file

@ -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
'';
};