Remove redundant cifs option

This commit is contained in:
Eelco Dolstra 2013-07-02 17:03:29 +02:00
parent ebe81d17d7
commit 75e34854f6

View File

@ -123,14 +123,14 @@ rec {
echo "mounting Nix store..."
mkdir -p /fs/nix/store
mount -t cifs //10.0.2.4/store /fs/nix/store -o guest,sec=none,sec=ntlm
mount -t cifs //10.0.2.4/store /fs/nix/store -o guest,sec=ntlm
mkdir -p /fs/tmp
mount -t tmpfs -o "mode=755" none /fs/tmp
echo "mounting host's temporary directory..."
mkdir -p /fs/tmp/xchg
mount -t cifs //10.0.2.4/xchg /fs/tmp/xchg -o guest,sec=none,sec=ntlm
mount -t cifs //10.0.2.4/xchg /fs/tmp/xchg -o guest,sec=ntlm
mkdir -p /fs/proc
mount -t proc none /fs/proc