Fix the location of unattend template

Location of unattend template and
post installation scripts is updated
according to their location

Change-Id: I801cd6817203c3cc2a43dc2ce71acb40012eb7a4
Closes-Bug: #1490150
This commit is contained in:
venkatamahesh 2015-09-03 18:16:16 +05:30 committed by Victor Ryzhenkin
parent b1fc727e73
commit 68d0f5d317

View File

@ -295,7 +295,7 @@ Floppy image with answer file for unattended installation is needed to automate
sudo mount -o loop ~/floppy.img ~/flp/mnt
..
* Download **autounattend.xml.template** file from https://github.com/openstack/murano-deployment/tree/master/contrib/windows/image-builder/share/files
* Download **autounattend.xml.template** file from https://github.com/openstack/murano-deployment/tree/master/contrib/windows/image-builder/lib/windowssetup/unattend/
This folder contains unattended files for several Windows versions, choose one that matches your Windows version.
@ -394,7 +394,7 @@ Get post-install scripts
There are a few scripts which perform all the required post-installation tasks.
They all are located in http://git.openstack.org/cgit/openstack/murano-deployment/tree/contrib/windows/image-builder/share/scripts
They all are located in http://git.openstack.org/cgit/openstack/murano-deployment/tree/contrib/windows/image-builder/lib/windowssetup/scripts/
.. note::