Fixing getting started guide

* autounattend files reference an undefined samba share
 * adding documentation to add image-builder-share

Change-Id: If29fe4565c151313bbdafba1a86b570a5b7d187d
This commit is contained in:
galstrom21 2013-10-11 09:50:55 -05:00
parent 52d54a9369
commit 3963ab4ee8
1 changed files with 9 additions and 0 deletions

View File

@ -158,6 +158,15 @@
browsable = yes
guest ok = yes    
guest account = nobody
   read only = no
create mask = 0755
[image-builder-share]
comment = Image Builder Share
path = /opt/image-builder/share
browsable = yes
guest ok = yes    
guest account = nobody
   read only = no
create mask = 0755
</programlisting>