From 53183fc3ae544abe4137024988ae954e7f16499d Mon Sep 17 00:00:00 2001 From: cspenceiv Date: Tue, 16 Jun 2015 16:59:20 -0500 Subject: [PATCH] Update README --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5f6e503..7f32e58 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,19 @@ If you spin your own test environment to try these scripts out, these programs will be needed. ## Storage -These scripts assume that you have already mounted a file share directory to -/images by default. Currently, testing has been conducted with simple Windows -shares (samba). Here is a quick command to help you get rolling: +There is now a script to mount SMB or NFS shares with ease: fog.mount -```Shell -mount -t cifs -o username=user,sec=ntlm //0.0.0.0/Images /images -``` +Usage: ```fog.mount [username] [password]``` + +At this time, shareType can be either 1 (SMB) or 2 (NFS). + +It is highly suggested to avoid using the password option since user passwords +could be found in plaintext in the process list. If you do decide to use it, +only use it with read-only accounts. You've been warned! ## Additional Resources -Check out the FOG Project at https://fogproject.org/ and see the latest development on fog-imager's parent project. +Check out the FOG Project at https://fogproject.org/ and see the latest +development on fog-imager's parent project. -Be sure to check out the FOG Project github as well: https://github.com/FOGProject/fogproject +Be sure to check out the FOG Project github as well: +https://github.com/FOGProject/fogproject