mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
* Remove a debug line that should not have been committed.
svn path=/nixos/trunk/; revision=22566
This commit is contained in:
parent
158c3daec1
commit
dc0db647a9
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue