* 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
@ -170,7 +170,6 @@ in
|
|||||||
exec > /dev/console 2>&1
|
exec > /dev/console 2>&1
|
||||||
echo "mounting filesystems..."
|
echo "mounting filesystems..."
|
||||||
export PATH=${config.system.sbin.mount}/bin:${makeSearchPath "sbin" ([pkgs.utillinux] ++ fsPackages)}:$PATH
|
export PATH=${config.system.sbin.mount}/bin:${makeSearchPath "sbin" ([pkgs.utillinux] ++ fsPackages)}:$PATH
|
||||||
mv /etc/hosts /etc/hosts_
|
|
||||||
${pkgs.mountall}/sbin/mountall
|
${pkgs.mountall}/sbin/mountall
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user