- 10 Mar, 2016 1 commit
-
-
Nikos Skalkotos authored
Prior to this commit, snf-image would fail with "fstab contains non-persistent block device names" if no useful entries where found in /etc/fstab which is a bug.
-
- 09 Mar, 2016 1 commit
-
-
Nikos Skalkotos authored
-
- 29 Jan, 2016 1 commit
-
-
Nikos Skalkotos authored
-
- 28 Jan, 2016 6 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
OpenBSD is currently not well supported
-
Nikos Skalkotos authored
-
Dimitris Aragiorgis authored
Let the user provide their own dd and/or blockdev commands, if desired. Signed-off-by:
Dimitris Aragiorgis <dimitris.aragiorgis@gmail.com>
-
Dimitris Aragiorgis authored
Document the way boolean properties are treated (via check_yes_no()). Signed-off-by:
Dimitris Aragiorgis <dimitris.aragiorgis@gmail.com>
-
- 26 Jan, 2016 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Point to Fedora 23 diskdump and Oracle Linux 7
-
- 19 Jan, 2016 5 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
This image property can be used to prevent all 3 FilesystemResize tasks (FilesystemResizeUnmounted, FilesystemResizeMounted, FilesystemResizeAfterUmount) from running without having to define an EXCLUDE_TASK image property for each one of them.
-
- 18 Jan, 2016 1 commit
-
-
Nikos Skalkotos authored
-
- 15 Jan, 2016 1 commit
-
-
Nikos Skalkotos authored
Create a XEN_CMD variable that will host the Xen CLI tool to be used. This depends on the Xen version and configuration. Older versions of Xen used xm. This was deprecated in favor of xl in version 4.1 and completely removed in version 4.5.
-
- 13 Jan, 2016 5 commits
-
-
Nikos Skalkotos authored
Fix a bug where an extra empty RunSynchronousCommand element was added to the Windows unattend.xml file.
-
Nikos Skalkotos authored
This can be used to specify a URI hosting a Windows answer file to be injected to the image during deployment. Depending on the image (windows or windows-legacy) this file can either be an xml file (unattend.xml) or an inf one (sysprep.inf). The file gets higher priority than the file that may be hosted inside the image.
-
Nikos Skalkotos authored
This can be used to specify the time zone in the answer file that will be injected to the Windows Image.
-
Nikos Skalkotos authored
If a windows-legacy image does not host a sysprep.inf file, then add one during the deployment. The default one is hosted by snf-image-host and is passed to snf-image-helper through the configuration floppy. The same mechanism is used for unattend.xml, where the default file is moved to snf-image-host.
-
Nikos Skalkotos authored
The administrator password in Windows XP is a special case. If the AdminPassword entry of the GuiUnattended section is missing, then the installation is not unattended.
-
- 12 Jan, 2016 1 commit
-
-
Nikos Skalkotos authored
In InstallUnattend task, check if the image is sysprepped. If this is not the case, then fail.
-
- 29 Dec, 2015 1 commit
-
-
Nikos Skalkotos authored
If the OSFAMILY is 'windows', the NT Version must be at least 6.0. If the OSFAMILY is 'windows-legacy', the NT Version must be less than 6.0.
-
- 23 Dec, 2015 4 commits
-
-
Nikos Skalkotos authored
Move there the offline resize code of NTFS. It's better to perform this after the customization has finished since ntfsresize will mark the file system as dirty as mounting it is not safe.
-
Nikos Skalkotos authored
Theoretically, if an image contains an XFS filesystem with no free space, the deployment will fail unless the FilesystemResizeMounted tasks runs before any other mounted task. The only exception to this is InstallUnattend which the task depends on.
-
Nikos Skalkotos authored
Product key is a 25-character code and not a 20-character one.
-
Nikos Skalkotos authored
Fix a bug where the created result file of the helper VM was created under /usr.
-
- 22 Dec, 2015 11 commits
-
-
Nikos Skalkotos authored
This can be used to license a Windows deployment
-
Nikos Skalkotos authored
Make sure that the file always contains a "[Commands]" section.
-
Nikos Skalkotos authored
Do not expect the ChangeAdminPassword.cmd and diskpart.exe RunSynchronousCommand entries to be present in the Unattend.xml file. Check for their presence and add them if needed.
-
Nikos Skalkotos authored
The DisableRemoteDesktopConnection task is nowadays self-standing. It will make sure that RDP will be enabled in the first boot if it gets disabled by this task. There is no need to have this entry in the default unattend.xml file.
-
Nikos Skalkotos authored
If a needed unattend.xml component like 'Microsoft-Windows-Shell-Setup' is needed but missing, add it.
-
Nikos Skalkotos authored
There is no need to log it. We only want to check if the file system is clean.
-
Nikos Skalkotos authored
* Add processorArchitecture="x86" entries in the default Unattend.xml * Detect the image's architecture and apply the unattend.xml changes to the suitable components
-
Nikos Skalkotos authored
* Use the default namespace instead of defining it * Fetch the wcm namespace from the unattend.xml file * Add the needed XML nodes if missing
-
Nikos Skalkotos authored
In jessie, awk by default is mawk and some features like the "match" function are not present there.
-
Nikos Skalkotos authored
Remove the following entries from the default unattend.xml: * DoNotOpenInitialConfigurationTasksAtLogon=true * DoNotOpenServerManagerAtLogon=true * CopyProfile=true * DoNotCleanTaskBar=true They are not required for having an unattended installation and they define a policy.
-
Nikos Skalkotos authored
Check if a user exists before assigning a password in ChangePassword task.
-